Skip to content

Commit

Permalink
docs: change changelog generation command
Browse files Browse the repository at this point in the history
  • Loading branch information
NNcrawler committed Oct 28, 2021
1 parent 97bb74e commit c5515f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contribute/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Please follow these steps to create a new release:
* Generate changelog from commits by using [conventional-changelog-cli](https://www.npmjs.com/package/conventional-changelog-cli#quick-start)

```bash
$ conventional-changelog -s -p conventionalcommits -i CHANGELOG.md
$ conventional-changelog -p conventionalcommits -o CHANGELOG.md
```

* Commit `version.txt` and `CHANGELOG.md` together and mark the commit with the release tag. Make sure the release tag and `version.txt` are the same.
Expand Down

0 comments on commit c5515f8

Please sign in to comment.