File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
13
#### 2.1.0
4
14
* feat: add create command to release allowing for a single step release prodution
5
15
* feat: add missing hook script filter-flow-release-finish-version
Original file line number Diff line number Diff line change 39
39
#
40
40
41
41
42
- GITFLOW_VERSION=2.1.0
42
+ GITFLOW_VERSION=2.2.0-SNAPSHOT-2
43
43
44
44
initialize () {
45
45
# A function can not be empty. Comments count as empty.
You can’t perform that action at this time.
0 commit comments