Releases: gittower/git-flow-next
v1.0.0
Added
--no-verifyoption for finish command to skip git hooks during merge--merge-messageand--update-messageoptions for finish command with placeholder support- Git config support for merge message options (
gitflow.<type>.finish.mergeMessage,gitflow.<type>.finish.updateMessage) - Configuration scope flags for init command (
--local,--global,--system,--file) --forceoption for init command to allow reconfiguration- Remote sync check before finish to ensure local branch is up-to-date with remote
Changed
- Default fetch behavior changed to
truefor finish command
Fixed
- Hooks now receive correct positional arguments
Installation
See the installation instructions in the README.
Checksums
SHA-256 checksums for the release artifacts are available in the checksums.txt file.
v0.3.0
Added
- Add hooks and filters system for customizing git-flow operations
- Pre/post hooks for start, finish, publish, track, delete, and update actions
- Version filters for topic branches on start
- Tag message filters for topic branches that create tags on finish
- Add
publishcommand for topic branches to push branches to remote - Add
--squash-messageoption for custom squash commit messages on finish - Add config support for force deletion (
gitflow.branch.<type>.forceDelete)
Fixed
- Fix worktree support for hooks, filters, and merge state
- Fix shorthand
git flow publishcommand (was returning "not implemented") - Fix
git flow <type> finishto allow optional branch name (uses current branch)
Installation
See the installation instructions in the README.
Checksums
SHA-256 checksums for the release artifacts are available in the checksums.txt file.
v0.2.0
Added
- Add
trackcommand for topic branches to track existing remote branches - Add
--fetchoption for topic branch finish command
Fixed
- Create base branches in dependency order during init
- Fix docs link in README.md
Changed
- Optimize binary size (~50% reduction)
Installation
See the installation instructions in the README.
Checksums
SHA-256 checksums for the release artifacts are available in the checksums.txt file.
v0.1.1
Installation
See the installation instructions in the README.
Checksums
SHA-256 checksums for the release artifacts are available in the checksums.txt file.
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Installation
See the installation instructions in the README.
Checksums
SHA-256 checksums for the release artifacts are available in the checksums.txt file.
Full Changelog: v0.1.0-rc.2...v0.1.0
v0.1.0-rc.2
Installation
See the installation instructions in the README.
Checksums
SHA-256 checksums for the release artifacts are available in the checksums.txt file.
Full Changelog: v0.1.0-rc.1...v0.1.0-rc.2
v0.1.0-rc.1
Installation
See the installation instructions in the README.
Checksums
SHA-256 checksums for the release artifacts are available in the checksums.txt file.
Full Changelog: v0.1.0-alpha.2...v0.1.0-rc.1
v0.1.0-alpha.2
Installation
See the installation instructions in the README.
Checksums
SHA-256 checksums for the release artifacts are available in the checksums.txt file.
What's Changed
New Contributors
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
v0.1.0-alpha.1
Installation
See the installation instructions in the README.
Checksums
SHA-256 checksums for the release artifacts are available in the checksums.txt file.
Full Changelog: https://github.com/gittower/git-flow-next/commits/v0.1.0-alpha.1