Skip to content

Commit cfb08d7

Browse files
committed
feat(feature): add help for release command
1 parent 8e703e0 commit cfb08d7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

git-flow-feature

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ git flow feature checkout
5959
git flow feature pull
6060
git flow feature delete
6161
git flow feature rename
62+
git flow feature release
6263
6364
Manage your feature branches.
6465
@@ -431,6 +432,14 @@ no-ff! Never fast-forward during the merge
431432
}
432433

433434
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+
434443
# 1) pull dev from origin
435444
# git_do checkout "$BRANCH"
436445
# git_do (or somth exists alredy here?)

0 commit comments

Comments
 (0)