Skip to content

Commit

Permalink
ocd
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 29, 2012
1 parent 3ebb6bc commit a490554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-release
Expand Up @@ -12,7 +12,7 @@ if test $# -gt 0; then
hook pre-release
echo "... releasing $1"
git commit -a -m "Prepared release $1"
git tag $1 -a -m "Release $1"\
git tag $1 -a -m "Release $1" \
&& git push \
&& git push --tags \
&& hook post-release \
Expand Down

0 comments on commit a490554

Please sign in to comment.