-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: creating prepare_release template (#2225)
- Loading branch information
1 parent
93dd5ae
commit 5883dbe
Showing
1 changed file
with
27 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,27 @@ | ||
--- | ||
name: Prepare release | ||
about: Execute tasks for the creation and publishing of a new release | ||
title: 'Prepare release 0.0.0' | ||
labels: release | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Add appropriate release number to title! | ||
For detailed info on the release process refer to https://github.com/waku-org/nwaku/blob/master/docs/contributors/release-process.md | ||
--> | ||
|
||
### Items to complete | ||
- [ ] create release branch | ||
- [ ] assign release candidate tag | ||
- [ ] validate release candidate | ||
- [ ] generate and edit releases notes | ||
- [ ] open PR and merge release notes to master | ||
- [ ] cherry-pick release notes to the release branch | ||
- [ ] assign release tag to the cherry-picked release notes commit | ||
- [ ] create GitHub release | ||
- [ ] deploy the release to DockerHub | ||
- [ ] deploy release to `wakuv2.prod` fleet | ||
- [ ] announce the release |