Skip to content

Releases: gittower/git-flow-next

v1.0.0

08 Feb 16:47

Choose a tag to compare

Added

  • --no-verify option for finish command to skip git hooks during merge
  • --merge-message and --update-message options 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)
  • --force option 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 true for 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

14 Jan 11:53

Choose a tag to compare

⚠️ This is a preview release and may not be stable.

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 publish command for topic branches to push branches to remote
  • Add --squash-message option 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 publish command (was returning "not implemented")
  • Fix git flow <type> finish to 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

11 Jan 16:01

Choose a tag to compare

⚠️ This is a preview release and may not be stable.

Added

  • Add track command for topic branches to track existing remote branches
  • Add --fetch option 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

24 Sep 05:19

Choose a tag to compare

⚠️ This is a preview release and may not be stable.

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

16 Sep 07:33

Choose a tag to compare

⚠️ This is a preview release and may not be stable.

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

12 Sep 06:21

Choose a tag to compare

v0.1.0-rc.2 Pre-release
Pre-release

⚠️ This is a preview release and may not be stable.

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

11 Sep 14:36

Choose a tag to compare

v0.1.0-rc.1 Pre-release
Pre-release

⚠️ This is a preview release and may not be stable.

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

28 Aug 12:59

Choose a tag to compare

v0.1.0-alpha.2 Pre-release
Pre-release

⚠️ This is a preview release and may not be stable.

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

21 Mar 17:19

Choose a tag to compare

v0.1.0-alpha.1 Pre-release
Pre-release

⚠️ This is a preview release and may not be stable.

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