Start a release checklist (#2270)
## Issue Addressed NA ## Proposed Changes Add a checklist to the release draft created by CI. I know @michaelsproul was also working on this and I suspect @realbigsean also might have useful input. ## Additional Info NA
This commit is contained in:
parent
2c691af95b
commit
20fce117f3
17
.github/workflows/release.yml
vendored
17
.github/workflows/release.yml
vendored
@ -237,6 +237,23 @@ jobs:
|
||||
body=$(cat <<- "ENDBODY"
|
||||
<Rick and Morty character>
|
||||
|
||||
## Testing Checklist (DELETE ME)
|
||||
|
||||
- [ ] Run on synced Pyrmont Sigma Prime nodes.
|
||||
- [ ] Run on synced Prater Sigma Prime nodes.
|
||||
- [ ] Run on synced Canary (mainnet) Sigma Prime nodes.
|
||||
- [ ] Resync a Pyrmont node.
|
||||
- [ ] Resync a Prater node.
|
||||
- [ ] Resync a mainnet node.
|
||||
|
||||
## Release Checklist (DELETE ME)
|
||||
|
||||
- [ ] Merge `unstable` -> `stable`.
|
||||
- [ ] Ensure docker images are published (check `latest` and the version tag).
|
||||
- [ ] Prepare Discord post.
|
||||
- [ ] Prepare Twitter post.
|
||||
- [ ] Prepare mailing list email.
|
||||
|
||||
## Summary
|
||||
|
||||
Add a summary.
|
||||
|
Loading…
Reference in New Issue
Block a user