Maintain RELEASE_NOTES.rst
with a list of new features and API changes in each major release.
- Create branch release-X from master.
- Tag the next commit in master X+1.0.dev.
- Ensure that release versions of all packages required are available under the
main
label in conda. Ensure that new packages inmain
do not break older ARTIQ releases. - In the release-X branch, remove any unfinished features.
- Test and fix any problems found. Apply fixes to both master and release-X.
- If you have willing testers for release candidates, tag X.0rc1 in the release-X branch (generally use signed annotated tags, i.e.
git tag -sa X.0rc1
), have it build, and point testers there. Iterate over the previous points with new release candidates if necessary. - Tag X.0 in the release-X branch, build it, and copy its packages to
main
channel. - Mint a new DOI from Zenodo and update the README/introduction.
- Update the m-labs.hk/artiq/manual redirect to point to m-labs.hk/artiq/manual-release-X (edit /artiq/.htaccess).
- "Draft a new release" on GitHub.
- Backport bugfixes from the master branch or fix bugs specific to old releases into the currently maintained release-X branch(es).
- When significant bugs have been fixed, tag X.Y+1.
- 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.
- "Draft a new release" on GitHub.