Update release-initial-checklist.md

This commit is contained in:
Niels Lange 2023-08-15 18:25:52 +02:00 committed by GitHub
parent 8b9a8b3864
commit 320286b69e
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ Each porter is responsible for testing the PRs that fall under the focus of thei
## After Workflow completes
- [ ] Port to `trunk` the changes to the changelog, testing steps and required versions that you did in the previous steps. You can do so copy-and-pasting the changes in a new commit directly to `trunk`, or cherry-picking the commits that introduced those changes.
- [ ] Move the changes to the changelog, testing steps and required versions that you did in the previous steps to `trunk`. You can do so copy-and-pasting the changes in a new commit directly to `trunk`, or cherry-picking the commits that introduced those changes.
- [ ] Run `npm run change-versions` to update the version in `trunk` to the next version of the plugin and include the `dev` suffix. For example, if you released 2.5.0, you should update the version in `trunk` to 2.6.0-dev.
- [ ] Update the schedules p2 with the shipped date for the release (PdToLP-K-p2).
- [ ] Edit the GitHub milestone of the release you just shipped and add the current date as the due date (this is used to track ship date as well).