Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Nov 6, 2017
1 parent 7921214 commit ccfa4b4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion make_changelog.sh
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
github_changelog_generator -u pliablepixels -p zmNinja
if [ -z "$1" ]; then
echo "Please enter a release version"
exit
fi

read -p "Future release is $1. Please press any key to confirm..."
github_changelog_generator -u pliablepixels -p zmNinja --future-release $1

0 comments on commit ccfa4b4

Please sign in to comment.