projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
023b7bd
)
small updates to release.sh script
author
Dan Vanderkam
<danvdk@gmail.com>
Thu, 29 Aug 2013 22:58:37 +0000
(18:58 -0400)
committer
Dan Vanderkam
<danvdk@gmail.com>
Thu, 29 Aug 2013 22:58:37 +0000
(18:58 -0400)
release.sh
patch
|
blob
|
blame
|
history
diff --git
a/release.sh
b/release.sh
index
c92db4f
..
a945999
100755
(executable)
--- a/
release.sh
+++ b/
release.sh
@@
-54,7
+54,12
@@
git tag -a "v$VERSION" -m "Release of version $VERSION"
git push --tags
echo "Release was successful!"
-echo "Don't forget to merge changes on this branch back into master."
+echo "Pushing the new version to dygraphs.com..."
+./push-to-web.sh dygraphs.com:dygraphs.com
+
+echo "Success!\n"
+echo "Don't forget to merge changes on this branch back into master:"
+echo "git merge $branch"
# Discourage users from working on the "releases" branch.
git checkout master