Skip to content

Commit

Permalink
Use 'git ci' alias for bump-version
Browse files Browse the repository at this point in the history
We've been using git-pair-commit for a while and 'git ci' is aliased
to pair-commit.
  • Loading branch information
John Foley and Tim Jarratt committed Apr 10, 2014
1 parent 6b4f58a commit 331dc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bump-version
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ echo $version > VERSION
echo "Committing change"
git reset .
git add VERSION
git commit -m "Bump version to $version"
git ci -m "Bump version to $version"

echo "Creating v$version tag"
git tag v$version

0 comments on commit 331dc34

Please sign in to comment.