Skip to content

Commit 762b418

Browse files
authored
Merge pull request #280 from WordPress/update/release-steps
Update release instructions to include merge verification
2 parents fecb0a9 + ff9df93 commit 762b418

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/RELEASE_INSTRUCTIONS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This issue is for tracking changes for the X.Y.Z release. Target release date:
2222
- [ ] Merge release PR: Make a non-fast-forward merge from your release branch to `develop` (or merge the pull request).
2323
- [ ] Merge develop to trunk: Do the same for `develop` into `trunk` (`git checkout trunk && git merge --no-ff develop`). `trunk` now contains the stable development version.
2424
- [ ] Push: Push your trunk branch to GitHub (e.g. `git push origin trunk`).
25+
- [ ] Compare: Check that no results show in [comparing a merge from develop into trunk](https://github.com/WordPress/ai/compare/trunk...develop) as that means the prior steps completed successfully.
2526
- [ ] [Wait for build](https://xkcd.com/303/): Head to the [Actions](https://github.com/WordPress/ai/actions) tab in the repo and wait for it to finish if it hasn't already. If it doesn't succeed, figure out why and start over.
2627
- [ ] Check the build: Check out the `trunk` branch and test for functionality locally.
2728
- [ ] Test: Check the [end-to-end tests](https://github.com/WordPress/ai/actions/workflows/test.yml) are passing. Only proceed if everything tests successfully.

0 commit comments

Comments
 (0)