We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e703e0 commit cfb08d7Copy full SHA for cfb08d7
git-flow-feature
@@ -59,6 +59,7 @@ git flow feature checkout
59
git flow feature pull
60
git flow feature delete
61
git flow feature rename
62
+git flow feature release
63
64
Manage your feature branches.
65
@@ -431,6 +432,14 @@ no-ff! Never fast-forward during the merge
431
432
}
433
434
cmd_release() {
435
+ OPTIONS_SPEC="\
436
+git flow feature release [-h]
437
+
438
+Create a release based on current feature
439
+--
440
+h,help! Show this help
441
+"
442
443
# 1) pull dev from origin
444
# git_do checkout "$BRANCH"
445
# git_do (or somth exists alredy here?)
0 commit comments