From e4f1dfdc224ba08ba1cc1d521e02ba5552854a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Juh=C3=A9=20Lluveras?= Date: Fri, 26 May 2023 12:05:10 +0200 Subject: [PATCH] Clarify step when bumping a release in WC core (https://github.com/woocommerce/woocommerce-blocks/pull/9605) --- plugins/woocommerce-blocks/.github/patch-initial-checklist.md | 2 +- plugins/woocommerce-blocks/.github/release-initial-checklist.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/woocommerce-blocks/.github/patch-initial-checklist.md b/plugins/woocommerce-blocks/.github/patch-initial-checklist.md index e2a216dda78..f7d5000f33f 100644 --- a/plugins/woocommerce-blocks/.github/patch-initial-checklist.md +++ b/plugins/woocommerce-blocks/.github/patch-initial-checklist.md @@ -79,7 +79,7 @@ This only needs done if the patch release needs to be included in WooCommerce Co - The content for the pull release can follow [this example](https://github.com/woocommerce/woocommerce/pull/32627). - [ ] Increase the version of `woocommerce/woocommerce-blocks` in the `plugins/woocommerce/composer.json` file - - [ ] Run `composer update woocommerce/woocommerce-blocks` and make sure `composer-lock.json` was updated + - [ ] Inside `plugins/woocommerce/`, run `composer update woocommerce/woocommerce-blocks` and make sure `composer.lock` was updated - [ ] Run `pnpm --filter=woocommerce changelog add` to create a new changelog file similar to this one [plugins/woocommerce/changelog/update-woocommerce-blocks-7.4.1](https://github.com/woocommerce/woocommerce/blob/5040a10d01896bcf40fd0ac538f2b7bc584ffe0a/plugins/woocommerce/changelog/update-woocommerce-blocks-7.4.1). The file will be auto-generated with your answers. For the _Significance_ entry we’ll always use `patch` for WC Blocks patch releases: ```md diff --git a/plugins/woocommerce-blocks/.github/release-initial-checklist.md b/plugins/woocommerce-blocks/.github/release-initial-checklist.md index 5b6ca93dadb..68deaaf7e60 100644 --- a/plugins/woocommerce-blocks/.github/release-initial-checklist.md +++ b/plugins/woocommerce-blocks/.github/release-initial-checklist.md @@ -93,7 +93,7 @@ This only needs to be done if this release is the last release of the feature pl - The content for the pull release can follow [this example](https://github.com/woocommerce/woocommerce/pull/32627). - [ ] Increase the version of `woocommerce/woocommerce-blocks` in the `plugins/woocommerce/composer.json` file - - [ ] Run `composer update woocommerce/woocommerce-blocks` and make sure `composer-lock.json` was updated + - [ ] Inside `plugins/woocommerce/`, run `composer update woocommerce/woocommerce-blocks` and make sure `composer.lock` was updated - [ ] Run `pnpm --filter=woocommerce changelog add` to create a new changelog file similar to this one [plugins/woocommerce/changelog/update-woocommerce-blocks-7.4.1](https://github.com/woocommerce/woocommerce/blob/5040a10d01896bcf40fd0ac538f2b7bc584ffe0a/plugins/woocommerce/changelog/update-woocommerce-blocks-7.4.1). The file will be auto-generated with your answers. For the _Significance_ entry we’ll always use `minor` for WC Blocks major releases: ```md