From 36ed7f15bb5128a8a8ba414e7c2d6596c2cf710e Mon Sep 17 00:00:00 2001 From: Guite Date: Fri, 26 Jun 2020 18:49:23 +0200 Subject: [PATCH] added issue template for release process --- .github/ISSUE_TEMPLATE/release-plan.md | 38 ++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/release-plan.md diff --git a/.github/ISSUE_TEMPLATE/release-plan.md b/.github/ISSUE_TEMPLATE/release-plan.md new file mode 100644 index 000000000..a6dd758af --- /dev/null +++ b/.github/ISSUE_TEMPLATE/release-plan.md @@ -0,0 +1,38 @@ +--- +name: Release Plan +about: internal issue template used for preparing releases +title: Release ModuleStudio VERSION +labels: +assignees: 'Guite' + +--- + +## Prerequisites + +- [ ] Close milestone +- [ ] Update changelog providing a release date +- [ ] Wait until _Help_ and _Product_ builds have been finished +- [ ] Start _"Product build"_ [here](https://github.com/Guite/MostProduct/) +- [ ] Start _"Release step 1 - Translation pack"_ [here](https://github.com/Guite/MostProduct/) +- [ ] Start _"Release step 2 - Create release"_ [here](https://github.com/Guite/MostProduct/) +- [ ] Review + - [ ] Verify `stable` repository is updated + - [ ] Check the [release page at GitHub](https://github.com/Guite/MostGenerator/releases) + - [ ] Update link to changelog (to let it point to the correct section) +- [ ] Review release assets, try to download and unpack them + +## Spread the word + +- [ ] Provide news article at +- [ ] Link in Slack (`#modulestudio` and `#german` channels) +- [ ] Create blog post at + - [ ] Forwarded to Xing +- [ ] Post on Twitter +- [ ] Post on Facebook +- [ ] Post on LinkedIn + +## Start next iteration + +- [ ] Increment version number in all components +- [ ] Add new version to the changelog. +- [ ] Create [issue milestone](https://github.com/Guite/MostGenerator/milestones) if needed