Skip to content

Commit aae1608

Browse files
committed
core(release): add release notes to changelog
2 parents d73ef0a + 413277d commit aae1608

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
#### 2.2.0-SNAPSHOT
4+
* feat(feature): add release sub command. Thank You [codesurf42](https://github.com/codesurf42) for the initial pr
5+
* feat(init): add sign flag to create initial signed commit
6+
* feat(init): add support for "Support Git Environment Credentials" pull request #19 from filipekiss/feature/environment_credentials
7+
* docs: update repository url in source files
8+
* docs: update copyright information in source files
9+
* fix: wording for help text in git flow log pull request #15 from Shea690901/hotfix/git-flow-log_help-message
10+
* refactor(git-flow): add support for busybox-readlink request #12 from KAction/readlink-busybox
11+
12+
313
#### 2.1.0
414
* feat: add create command to release allowing for a single step release prodution
515
* feat: add missing hook script filter-flow-release-finish-version

git-flow-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#
4040

4141

42-
GITFLOW_VERSION=2.1.0
42+
GITFLOW_VERSION=2.2.0-SNAPSHOT-2
4343

4444
initialize() {
4545
# A function can not be empty. Comments count as empty.

0 commit comments

Comments
 (0)