Releases: CJ-Systems/gitflow-cjs
Releases · CJ-Systems/gitflow-cjs
GitFlow-cjs 2.x
What's Changed
- remove color support for cherry-picking hotfixes resolves issue #82
GItFlow-CJS v2.2.0
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
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
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
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
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
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
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
- Add better contributing section to README by @ChrisJStone in #1
New Contributors
- @ChrisJStone made their first contribution in #1
Full Changelog: 1.12.5...2.0.0
First release from CJ-Systems
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