Releases: internetguru/flow
Releases · internetguru/flow
Release v3.1.0
Merge branch 'staging'
Release v3.0.11
Merge branch 'hotfix-georgi' into master-3
Release v3.0.10
Fixed
- Fix automatic releases.
v3.0.1
Added
- All key branches validation on existence and merge status.
- Version validation across all key branches.
- Tag validation on the main branch.
- Separate stable branch for each major version, e.g.
prod-1
. - Key branch names adaptation to pre-existing branches.
- Option --auto-entry to skip changelog prompt.
- Consider remote branches if key branch not found.
- Local branch behind remote validation.
Changed
- Exit codes validation error fixable and unfixable.
- Default branch names changed to main and staging.
- Options --conform and --init require confirmations (forceable with --yes).
- Merge staging branch into main after releasing (do not delete).
- Auto version increment after releasing dev branch.
- Keyword argument redesign.
- Option --what-now rephrased.
- Option --dry-run also checks attributes after validation.
- Documentation updated with new git flow example.
- Insert default changelog entry if empty or skipped.
- Environmental variable names now start with 'GF_'.
- Merge hotfix according to its major version number.
- Show usage after all invalid option error.
- Show hint after all fixable validation errors.
- Project renamed from 'omgf' to 'flow'
v2.2.0
v2.1.2
v2.1.1
v2.1.0
Added
Changed
- Improve README: add Setup and Alternatives, add OMGF's output and simplify installation instructions.
- Use
env
instead of hardcoded path to Bash in shebang
Fixed
- Fix Unreleased URL generated for CHANGELOG