Skip to content

Commit f90f95f

Browse files
committed
fix(release start): remove -v --verbose from --help
When running release start subcommand with --help the output indicated you could get more "verbose" output with -v --verbose. More verbose output is currently not supported by release start. This removes the flags from --help for release start.
1 parent f613796 commit f90f95f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040

4141
# Changelog
4242

43+
#### 1.12.6-DEV.1
44+
* Fix release start --help showing invalid option
45+
4346
#### 1.12.5
4447
* Cherry-Pick Speed up "list" command execution #325 from gpongelli/gitflow-avh/tree/speedUpListCmd
4548
* Updated readme links Thank You [JamesSkemp](https://github.com/JamesSkemp)

git-flow-release

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,6 @@ Start a new release branch
555555
h,help! Show this help
556556
showcommands! Show git commands while executing them
557557
F,[no]fetch Fetch from $ORIGIN before performing finish
558-
v,verbose! Verbose (more) output
559558
"
560559
local base
561560

0 commit comments

Comments
 (0)