From f90f95fcc2f280601aa4a4aac92640dad0c77476 Mon Sep 17 00:00:00 2001 From: ChrisjStone Date: Tue, 13 Jun 2023 01:16:55 -0600 Subject: [PATCH] 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. --- CHANGELOG.md | 3 +++ git-flow-release | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd9067b..9d34ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/git-flow-release b/git-flow-release index 8b02aaa..e665e52 100644 --- a/git-flow-release +++ b/git-flow-release @@ -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