Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release checklist post 0.41.0rc1 #985

Merged
merged 1 commit into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/first_rc_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ labels: task
* [ ] "remaining Pull-Requests from milestone".
* [ ] Create X.Y release branch `releaseX.Y`
* [ ] Update `CHANGE_LOG` in a PR targeting the release branch.
* [ ] Follow the format of previous `CHANGE_LOG` entries.
* [ ] Get the change-log-PR reviewed and merged.
* [ ] Test `HEAD` of release branch on buildfarm (pre-tag testing):
* [ ] conda package build and test.
Expand All @@ -25,11 +26,10 @@ labels: task
* [ ] Verify wheels for all platforms arrived on PyPi.
* [ ] Initialize and verify ReadTheDocs build.
* [ ] Send RC announcement email / post announcement to discourse group.
* [ ] Post link to Twitter and Mastodon and anywhere else that is appropriate.
* [ ] Post link to X and Mastodon and anywhere else that is appropriate.

### Post Release:

* [ ] Cherry-pick changes to the `CHANGE_LOG` to `main`
* [ ] Clean up `ci_artifacts` by moving files to subdirectories
* [ ] Tag X.Y+1.0dev0 to start new development cycle on `main`.
* [ ] Update release checklist template with any additional bullet points that
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/sub_rc_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ labels: task

### Post release

* [ ] Cherry-pick changes to the `CHANGE_LOG` to `main`
* [ ] Cherry-pick changes to the `CHANGE_LOG` to `main`. (FINAL ONLY)
* [ ] Clean up `ci_artifacts` by moving files to subdirectories
* [ ] Update release checklist template with any additional bullet points that
may have arisen during the release.
Expand Down