Update the docs to create a WC core changelog entry when doing a release (https://github.com/woocommerce/woocommerce-blocks/pull/8088)

This commit is contained in:
Albert Juhé Lluveras 2023-01-09 13:59:37 +01:00 committed by GitHub
parent 8d4df3d102
commit 116dcac67b
2 changed files with 5 additions and 5 deletions

View File

@ -80,13 +80,13 @@ This only needs done if the patch release needs to be included in WooCommerce Co
- [ ] 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
- [ ] Add a new 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) with a similar content as below. For the Significance entry well always use `minor`, or `patch` when including a patch release
- [ ] 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 well always use `patch` for WC Blocks patch releases:
```md
Significance: minor
Significance: patch
Type: update
Update WooCommerce Blocks to 7.4.1
Update WooCommerce Blocks to 7.4.1
```
- The PR description can follow [this example](https://github.com/woocommerce/woocommerce/pull/32627).

View File

@ -103,13 +103,13 @@ This only needs to be done if this release is the last release of the feature pl
- [ ] 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
- [ ] Add a new 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) with a similar content as below. For the Significance entry well always use `minor`, or `patch` when including a patch release
- [ ] 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 well always use `minor` for WC Blocks major releases:
```md
Significance: minor
Type: update
Update WooCommerce Blocks to 7.4.1
Update WooCommerce Blocks to 7.4.0
```
- The PR description can follow [this example](https://github.com/woocommerce/woocommerce/pull/32627).