make sure release tags are also pushed to GitHub
This commit is contained in:
parent
17bbfb05c6
commit
a9f79c6a5b
1 changed files with 5 additions and 3 deletions
|
@ -62,10 +62,12 @@ Release procedure
|
||||||
|
|
||||||
git tag -s $version -m "Release $version"
|
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 savannah
|
||||||
git push --tags
|
git push --tags savannah
|
||||||
|
git push github
|
||||||
|
git push --tags github
|
||||||
|
|
||||||
- Regenerate the documentation for the website:
|
- Regenerate the documentation for the website:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue