From 7cf80a16910ffd41059ab1e4bea2a0be9751c36d Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 13 Feb 2020 13:12:51 -0500 Subject: [PATCH] Prepare a list of TODO's for a release --- docs/Release-Checklist.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/Release-Checklist.md 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) +-