diff --git a/.changeset/lemon-cooks-repeat.md b/.changeset/lemon-cooks-repeat.md deleted file mode 100644 index b41e113..0000000 --- a/.changeset/lemon-cooks-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"plop": patch ---- - -Adds --no-progress flag that disables the progress bar diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8f071fa..ce0b8f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,9 +19,7 @@ When a maintainer is ready to publish, run the following command to generate a c yarn changeset version ``` -You should then verify, using your Git CLI or Git GUI, that the CHANGELOG is correct, everything is up-to-date, and that you're ready to release! - -> **Do not create a commit manually after "yarn changeset version"**. +You should then verify, using your Git CLI or Git GUI, that the CHANGELOG is correct, everything is up-to-date, make a commit, and that you're ready to release! Then, once you've ran `version`, run the following command to publish to NPM: diff --git a/packages/plop/CHANGELOG.md b/packages/plop/CHANGELOG.md index c6e0cf7..d249a13 100644 --- a/packages/plop/CHANGELOG.md +++ b/packages/plop/CHANGELOG.md @@ -1,5 +1,11 @@ # plop +## 4.0.1 + +### Patch Changes + +- [#408](https://github.com/plopjs/plop/pull/408) [`49c0029`](https://github.com/plopjs/plop/commit/49c00296b478efa5a212458ae1781acc93a16fa8) Thanks [@rznzippy](https://github.com/rznzippy)! - Adds --no-progress flag that disables the progress bar + ## 4.0.0 ### Major Changes diff --git a/packages/plop/package.json b/packages/plop/package.json index abc29f1..9c5f7c7 100644 --- a/packages/plop/package.json +++ b/packages/plop/package.json @@ -1,6 +1,6 @@ { "name": "plop", - "version": "4.0.0", + "version": "4.0.1", "description": "Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity", "main": "./src/plop.js", "type": "module",