Prepare a list of TODO's for a release

This commit is contained in:
Justin Ethier 2020-02-13 13:12:51 -05:00
parent 131bae3863
commit 7cf80a1691

14
docs/Release-Checklist.md Normal file
View file

@ -0,0 +1,14 @@
Steps for making a release of Cyclone:
- Prepare release notes
- Update release number in:
- `common.sld` and rebuild bootstrap source files
- `DEBIAN/control` in cyclone-bootstrap
- Release job in cyclone-bootstrap
- Update documentation, if applicable
- Tag releases and push to Github
- Upload release notes to `gh-pages` branch
- Update release on AUR
- Update release on Homebrew (automated)
- Update release on Dockerhub (push to bitbucket)
-