Skip to content

Commit

Permalink
Little better upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryHowe committed Jul 4, 2018
1 parent 5f4bcab commit d6bfea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
git tag -a $VERSION -m v$VERSION
gitchangelog
vi CHANGELOG.rst
echo 'Ready to push $VERSION?'
echo "Ready to push $VERSION (cntrl-c to quit)?"
read ANS
git commit -m "Version $VERSION" CHANGELOG.rst setup.py
git push origin master
Expand Down

0 comments on commit d6bfea1

Please sign in to comment.