diff options
| -rwxr-xr-x | make_changelog.sh | 6 | ||||
| -rwxr-xr-x | make_tag.sh (renamed from maketag.sh) | 0 |
2 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} diff --git a/maketag.sh b/make_tag.sh index b91e9fb6..b91e9fb6 100755 --- a/maketag.sh +++ b/make_tag.sh |
