X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=release.sh;h=01089e4865deb5b17315bacb194f59568f74b386;hb=94647da23ed251ba0f1da8d155d2552680a4e9cf;hp=c92db4f128949a638cfde3056e72654df75b3c11;hpb=023b7bd44183090c18e450fbd717ad933fac2e41;p=dygraphs.git diff --git a/release.sh b/release.sh index c92db4f..01089e4 100755 --- 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 --no-ff $branch" # Discourage users from working on the "releases" branch. git checkout master