Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 67f5694

Browse files
authored
Release process: move the step to update the release PR to the bottom (#8836)
1 parent 84d5e95 commit 67f5694

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/patch-initial-checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ Each porter is responsible for testing the PRs that fall under the focus of thei
4343
- If some PRs are not testing as expected but they are not blockers: revert the relevant commits, remove the changes from testing steps and changelog, open an issue (or reopen the original one) and proceed with the release.
4444
- If minor issues are discovered during the testing, each team is responsible for logging them in Github.
4545

46-
## Update Pull Request description and get approvals
46+
## Push the button - Deploy
4747

48-
- [ ] Go through the description of the release pull request and edit it to update all the sections and checklist instructions there.
4948
- [ ] Execute `npm run deploy`
5049
- **ALERT**: This script will ask you if this release will be deployed to WordPress.org. You should only answer yes for this release **if it's the latest release and you want to deploy to WordPress.org**. Otherwise, answer no. If you answer yes, you will get asked additional verification by the `npm run deploy` script about deploying a patch release to WordPress.org.
5150

@@ -111,3 +110,4 @@ You only need to post public release announcements and update relevant public fa
111110
- Ensure the release notes are included in the post verbatim.
112111
- Don't forget to use category `WooCommerce Blocks Release Notes` for the post.
113112
- [ ] Announce the release internally (`#woo-announcements` slack).
113+
- [ ] Go through the description of the release pull request and edit it to update all the sections and checklist instructions there.

.github/release-initial-checklist.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ Each porter is responsible for testing the PRs that fall under the focus of thei
4949
- If some PRs are not testing as expected but they are not blockers: revert the relevant commits, remove the changes from testing steps and changelog, open an issue (or reopen the original one) and proceed with the release.
5050
- If minor issues are discovered during the testing, each team is responsible for logging them in Github.
5151

52-
## Update Pull Request description and get approvals
53-
54-
- [ ] Go through the description of the release pull request and edit it to update all the sections and checklist instructions there.
55-
5652
## Ensure hub is set up and you're authenticated
5753

5854
- [ ] Make sure you've got `hub` installed (`brew install hub`)
@@ -140,3 +136,4 @@ This only needs to be done if this release is the last release of the feature pl
140136
- [ ] Update minimum supported versions (WordPress, WooCommerce Core) and other requirements where necessary, including:
141137
- [WCCOM product page](https://woocommerce.com/products/woocommerce-gutenberg-products-block/)
142138
- [WooCommerce blocks main documentation page](https://docs.woocommerce.com/document/woocommerce-blocks/)
139+
- [ ] Go through the description of the release pull request and edit it to update all the sections and checklist instructions there.

0 commit comments

Comments
 (0)