mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
git-release: removed "Prepared"
This commit is contained in:
parent
785f546f68
commit
f4936f4e23
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue