- Notifications
You must be signed in to change notification settings - Fork261
Closed
Description
I would like to see the changelog entry of the next upcoming release.
I tried:
semantic-release version --no-push --skip-build --changelog --no-tag --no-commitgit diff CHANGELOG.mdgit checkout CHANGELOG.md
first it failed with:branch 'feat/pagination' isn't in any release groups; no release will be made
OK, then i allowedbranches = feat/*.
Then--no-commit will not only not commit the changelog but actually won't create any at all.
Removing it, and running with--no-tag created the tag nevertheless!
semantic-release, version 10.2.0