diff options
Diffstat (limited to 'make_changelog.sh')
| -rwxr-xr-x | make_changelog.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/make_changelog.sh b/make_changelog.sh index ea950eed..73a02185 100755 --- a/make_changelog.sh +++ b/make_changelog.sh @@ -3,5 +3,7 @@ if [ -z "$1" ]; then exit fi -read -p "Future release is $1. Please press any key to confirm..." -github_changelog_generator -u pliablepixels -p zmNinja --future-release $1 +orig=$1 +VER="${orig/v/}" +read -p "Future release is v${VER}. Please press any key to confirm..." +github_changelog_generator -u pliablepixels -p zmNinja --future-release v${VER} |
