From 29bd3bfd061b6176920d79e9a2ba49a4c70855c5 Mon Sep 17 00:00:00 2001 From: Jacob Bednarz Date: Thu, 1 Jun 2023 08:14:07 +1000 Subject: [PATCH] Update release-new-version.md --- docs/release-new-version.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-new-version.md b/docs/release-new-version.md index c3bf952b..e356b666 100644 --- a/docs/release-new-version.md +++ b/docs/release-new-version.md @@ -15,6 +15,10 @@ To bump all the places where the plugin version is defined, run `scripts/bump-plugin-version.sh x.x.x` (replacing x.x.x) with your proposed version number. +Now, update the composer checksum file using `composer update --no-dev`. + +Commit all the changes you've made to this point and push up a pull request. + ## Prepare to release Ensure all desired changes are merged into master from their feature and bugfix