Skip to content

Commit

Permalink
Auto-commit version number when bumped.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Jan 26, 2010
1 parent a676509 commit caa5830
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bump-version
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ if [ $# -ne 1 ]; then
fi

echo "GITFLOW_VERSION=$1" > gitflow-version
git add gitflow-version
git commit -m "Bumped version number to $1" gitflow-version

0 comments on commit caa5830

Please sign in to comment.