commit | caa5830aa81e651723accc3857402fbdf9d0bf8a | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周二 1月 26 12:20:58 2010 +0100 |
committer | Vincent Driessen <vincent@datafox.nl> | 周二 1月 26 12:25:16 2010 +0100 |
tree | 5f8c59e30e1b5850707f9e541d3a46eb6a804cd5 | |
parent | a676509a4afd4c53f0fd905b86fa2bca8710867c [diff] |
Auto-commit version number when bumped.
diff --git a/bump-version b/bump-version index a5be835..60eac0d 100755 --- a/bump-version +++ b/bump-version
@@ -9,3 +9,5 @@ fi echo "GITFLOW_VERSION=$1" > gitflow-version +git add gitflow-version +git commit -m "Bumped version number to $1" gitflow-version