-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added issue template for release process
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <https://modulestudio.de> | ||
- [ ] Link in Slack (`#modulestudio` and `#german` channels) | ||
- [ ] Create blog post at <https://get-the-most.de> | ||
- [ ] 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 |