Skip to content

Commit

Permalink
Merge pull request #904 from WordPress/feature/update-release-checklist
Browse files Browse the repository at this point in the history
Release checklist: update with steps for short-lived release branches
  • Loading branch information
schlessera authored Oct 29, 2024
2 parents e8e9939 + 6276357 commit 2f924c0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ PR for tracking changes for the x.x.x release.

Target release date: **DOW MONTH DAY YEAR**.

Actions marked with ** only need to be executre for "cherrypick" releases (`develop` is the next minor/major and not ready for release).

- [ ] Check if any dependencies need updating.
- [ ] ** Create a `release-x.x.x` branch.
- [ ] ** Cherrypick any relevant commits from `develop` to the release branch, including commits related to CI updates.
- [ ] Update the version constant in `src/Requests.php` - PR #xxx.
- [ ] Add changelog for the release - PR #xxx
- [ ] Merge this PR.
** In case of a short-lived release branch, add the changelog as the last commit to the release branch and pull the release branch.
- [ ] Merge the changelog/release PR.
- [ ] Make sure all CI builds are green.
- [ ] Tag the release against `stable` and push the tag.
- [ ] Review the automatically created PR with the GH Pages docs update.
Expand Down

0 comments on commit 2f924c0

Please sign in to comment.