Skip to content

Commit

Permalink
fix(release start): remove -v --verbose from --help
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ChrisJStone committed Jun 13, 2023
1 parent f613796 commit f90f95f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@

# Changelog

#### 1.12.6-DEV.1
* Fix release start --help showing invalid option

#### 1.12.5
* Cherry-Pick Speed up "list" command execution #325 from gpongelli/gitflow-avh/tree/speedUpListCmd
* Updated readme links Thank You [JamesSkemp](https://github.com/JamesSkemp)
Expand Down
1 change: 0 additions & 1 deletion git-flow-release
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ Start a new release branch
h,help! Show this help
showcommands! Show git commands while executing them
F,[no]fetch Fetch from $ORIGIN before performing finish
v,verbose! Verbose (more) output
"
local base

Expand Down

0 comments on commit f90f95f

Please sign in to comment.