git-release: removed "Prepared"

This commit is contained in:
TJ Holowaychuk 2012-05-11 09:47:49 -07:00
parent 785f546f68
commit f4936f4e23

View file

@ -11,7 +11,7 @@ hook() {
if test $# -gt 0; then
hook pre-release
echo "... releasing $1"
git commit -a -m "Prepared release $1"
git commit -a -m "Release $1"
git tag $1 -a -m "Release $1" \
&& git push \
&& git push --tags \