Skip to content

Commit

Permalink
Add automatic commit of setup.py version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
qmarcou committed Aug 4, 2018
1 parent 5150986 commit cffa8cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ if [ $# == 1 ]; then
Yes)
git add configure.ac;
git add ./docs/asciidoc/version.adoc
git add docs/index.html
git add ./docs/index.html
git add ./pygor/setup.py
COMMITMESSAGE="IGoR v"$DOTTEDVERSION" release commit."
git commit -m "$COMMITMESSAGE"
break;;
Expand Down

0 comments on commit cffa8cf

Please sign in to comment.