Skip to content

Commit

Permalink
make sure release tags are also pushed to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiers committed Nov 20, 2016
1 parent 17bbfb0 commit a9f79c6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/HOWTO-RELEASE
Expand Up @@ -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:

Expand Down

0 comments on commit a9f79c6

Please sign in to comment.