Skip to content

Releases: CJ-Systems/gitflow-cjs

GitFlow-cjs 2.x

31 Jul 21:06
Compare
Choose a tag to compare

What's Changed

  • remove color support for cherry-picking hotfixes resolves issue #82

GItFlow-CJS v2.2.0

31 Jul 21:10
56cd71a
Compare
Choose a tag to compare

What's Changed

  • feat(init): add option to sign initial commit (#59)
  • feat(git-flow): add support for environment credentials (#19)
  • feat(git-flow): add support for busybox(#12)
  • feat(feature): add feature release command (#64)
  • feat(hotfix): add cherrypick option to hotfix finish (#73)
  • feat(hotfix): add backmerge option to release branch (#71)
  • fix(hotfix): git flow hotfix finish -b still back-merges to develop (#66)
  • fix(hotfix): git flow hotfix track fails due to branch name check (#68)
  • fix: git flow log help message (#15)

v2.2.0-SNAPSHOT-2

05 Jul 15:08
4c86238
Compare
Choose a tag to compare
v2.2.0-SNAPSHOT-2 Pre-release
Pre-release

What's Changed

  • fix: Prevent hotfixes being merged to develop with nobackmerge flag by @ChrisJStone in #70
  • feat(hotfix): add backmerge option to release branch by @ChrisJStone in #71

Full Changelog: v2.2.0-SNAPSHOT-1...v2.2.0-SNAPSHOT-2

v2.2.0-SNAPSHOT-1

05 Jul 04:06
c322458
Compare
Choose a tag to compare
v2.2.0-SNAPSHOT-1 Pre-release
Pre-release

Full Changelog: v2.1.0...v2.2.0-SNAPSHOT-1

What's Changed

  • git-flow: prefer "-f" readlink(1) option to "-e" by @ChrisJStone in #12
  • (git-glow-log): fixed help message by @ChrisJStone in #15
  • Support Git Environment Credentials by @ChrisJStone in #19
  • feat: Add option to sign the initial commit on production branch when creating a new repository with git flow init by @ChrisJStone in #62
  • feat(feature): add feature release command by @ChrisJStone in #64

Full Changelog: v2.1.0...v2.2.0-SNAPSHOT-1

v2.1.0

06 Jul 08:40
Compare
Choose a tag to compare
gitflow v2.1.0

* feat: add create command to release allowing for a single step release prodution
* feat: add missing hook script filter-flow-release-finish-version
* fix: multi-line tag message when using -m
* docs: update readme with better description as to why this fork was created. Thank You [shaedrick](https://github.com/shaedrich)

v2.1.0-SNAPSHOT

30 Jun 13:54
8124333
Compare
Choose a tag to compare
v2.1.0-SNAPSHOT Pre-release
Pre-release

What's Changed

  • Add gitflow-avh's deprecation info and date to README by @shaedrich in #54
  • Feature/issue 51 fix: multi-line tag message when using -m @ChrisJStone

gitflow-cjs v2.0.1

27 Jun 05:02
Compare
Choose a tag to compare

Hotfix release 2.0.1

  • resolves incorrect version identification string when running git flow version
  • updates make less installation script to reference correct source repository

gitflow-cjs 2.0

20 Jun 03:54
Compare
Choose a tag to compare

The primary purpose of this release is to clearly seperate gitflow-cjs and gitflow-avh by bumping the major version
to 2.

What's Changed

New Contributors

Full Changelog: 1.12.5...2.0.0

First release from CJ-Systems

14 Jun 00:35
Compare
Choose a tag to compare
First official release by CJ-Systems

This release speeds up list command execution along with allowing
gitflow-cjs to used directly as and antigen plugin. Also updates
the links in README.md