make sure release tags are also pushed to GitHub

This commit is contained in:
Adam Spiers 2016-11-20 22:00:46 +00:00
parent 17bbfb05c6
commit a9f79c6a5b

View file

@ -62,10 +62,12 @@ Release procedure
git tag -s $version -m "Release $version"
- Push HEAD and tag to savannah
- Push HEAD and tag to savannah and GitHub:
git push
git push --tags
git push savannah
git push --tags savannah
git push github
git push --tags github
- Regenerate the documentation for the website: