deee539245
* Fixed Changelog PR Number Markdown This makes the regex for replacing the number with a markdown link more strict. Previously it was converting [#PRNUM] to [[#PRNUM]] and would also add a markdown link even if one was only present. This solves those two issues. * Deepen Code Freeze Changelog Checkout By default our remote branch checkout performs a shallow checkout. This results in the Jetpack Changelogger appending the wrong PR number when we generate the changelog for the `readme.txt` file. Here we are deepening the checkout to resolve the problem. |
||
---|---|---|
.. | ||
src | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
README.md | ||
jest.config.js | ||
package.json | ||
tsconfig.json |
README.md
Monorepo Utils
Description
A set of CLI tools and scripts for managing the WooCommerce monorepo.
Usage
This command is built on postinstall and can be run from the root of the project. To see a list of available commands you can run this from project root:
pnpm utils
Development
During development you can watch for changes via pnpm start
in this directory, this will
update the script referenced at the root package.json so you will see immediate changes as you
re-run the CLI.