HOWTO-RELEASE: explicitly push to master

This avoids errors like

    fatal: You are pushing to remote 'savannah', which is not the upstream of
    your current branch 'master', without telling me what to push
    to update which remote branch.
This commit is contained in:
Adam Spiers 2019-07-28 14:54:36 +01:00
parent d94f325e51
commit 9fd3624a75

View file

@ -87,9 +87,9 @@ Release procedure
- Push HEAD and tag to savannah and GitHub:
git push savannah
git push savannah master
git push --tags savannah
git push github
git push github master
git push --tags github
- Upload the new release to ftp.gnu.org. This is easiest using gnupload:
@ -169,6 +169,6 @@ Release procedure
- git commit -m "Bump version to $version for development of next release"
- git push savannah
- git push savannah master
- git push github
- git push github master