summaryrefslogtreecommitdiff
path: root/make_changelog.sh
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-06-30 10:06:45 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-06-30 10:06:45 -0400
commit6ebc0549480fe03924add074cc4e605a0476674d (patch)
tree4adc76b2757347cc66f6cf68c577104ea1c9c643 /make_changelog.sh
parent05a76a3a02f6c25d033d89e7c7895deea09d6b87 (diff)
consistency
Diffstat (limited to 'make_changelog.sh')
-rwxr-xr-xmake_changelog.sh6
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}