Add reminder to update list of blocks on every release (https://github.com/woocommerce/woocommerce-blocks/pull/930)
This commit is contained in:
parent
2c64ff0e98
commit
3da6fd1063
|
@ -50,7 +50,7 @@ These instructions cover new releases of the blocks plugin for those with commit
|
|||
|
||||
**Before any release** ensure you update:
|
||||
|
||||
- The `readme.txt` file supported versions, version number, and changelog
|
||||
- The `readme.txt` file supported versions, version number, changelog and list of blocks if the release includes new blocks.
|
||||
- The version number in `woocommerce-gutenberg-products-block.php`
|
||||
- The version number in `package.json`
|
||||
- The version number in `src/Package.php`
|
||||
|
@ -89,4 +89,4 @@ To release a new version, perform the following steps:
|
|||
|
||||
- Run `npm pack` to prep a `.tgz` file.
|
||||
- Optionally test the package by uploading this onto a test site.
|
||||
- Run `npm publish --access public`, which will push the version up to npm.
|
||||
- Run `npm publish --access public`, which will push the version up to npm.
|
||||
|
|
Loading…
Reference in New Issue