projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7655a77
)
push tags when doing a release
author
Dan Vanderkam
<danvdk@gmail.com>
Wed, 14 Aug 2013 16:16:08 +0000
(12:16 -0400)
committer
Dan Vanderkam
<danvdk@gmail.com>
Wed, 14 Aug 2013 16:16:08 +0000
(12:16 -0400)
release.sh
patch
|
blob
|
blame
|
history
diff --git
a/release.sh
b/release.sh
index
dc0e81b
..
87bcc1d
100755
(executable)
--- a/
release.sh
+++ b/
release.sh
@@
-46,7
+46,7
@@
fi
COMMIT=$(git rev-parse HEAD)
echo "Tagging commit $COMMIT as version $VERSION"
git tag -a "v$VERSION" -m "Release of version $VERSION"
-git push
+git push
--tags
echo "Release was successful!"
echo "Don't forget to merge changes on this branch back into master."