diff --git a/docs/Release-Checklist.md b/docs/Release-Checklist.md new file mode 100644 index 00000000..367782f6 --- /dev/null +++ b/docs/Release-Checklist.md @@ -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) +-