Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork546
Open
Description
When using@release-it/conventional-changelog, release notes gets populated only with relevant commits (e.g.chore commits are omitted).
However whengit.requireCommits is set to true, it produces a release with empty changelog, because release-it internally checks whole commit history, before passing it to plugins.
Expected behavior
When@release-it/conventional-changelog is configured andgit.requireCommits=true, it should fail when no relevant commit is present, even if commit history is not empty.
Metadata
Metadata
Assignees
Labels
No labels