RELEASING: mention GitHub releases

This commit is contained in:
Sebastien Bourdeauducq 2017-01-27 21:37:30 +08:00
parent f78aa1ee76
commit bbc4185737
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ Major releases
7. Tag X.0 in the release-X branch, build it, and copy its packages to ``main`` channel.
8. Mint a new DOI from Zenodo and update the README/introduction.
9. Update the m-labs.hk/artiq/manual redirect to point to m-labs.hk/artiq/manual-release-X (edit /artiq/.htaccess).
10. "Draft a new release" on GitHub.
Minor (bugfix) releases
-----------------------
@ -22,3 +23,4 @@ Minor (bugfix) releases
1. Backport bugfixes from the master branch or fix bugs specific to old releases into the currently maintained release-X branch(es).
2. When significant bugs have been fixed, tag X.Y+1.
3. To help dealing with regressions, no new features or refactorings should be implemented in release-X branches. Those happen in the master branch, and then a new release-X+1 branch is created.
4. "Draft a new release" on GitHub.