Skip to content

Commit

Permalink
docs: Update CONTRIBUTING about auto-CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
madarche committed May 9, 2022
1 parent 0785e99 commit 23b5722
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -78,7 +78,9 @@ be done through Lerna-Lite**.
### Tagging a new version

Tagging should not be done manually, nor through the `npm version` command.
Tagging should be done through the `lerna` command like this:

Tagging should be done through the `lerna` command, which will automatically
update all the `CHANGELOG.md` files as needed, like this:

```shellsession
cd node-convict
Expand Down

0 comments on commit 23b5722

Please sign in to comment.