-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Labels
triagewaiting for initial maintainer reviewwaiting for initial maintainer review
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-commit
git diff CHANGELOG.md
git checkout CHANGELOG.md
first it failed with:
branch 'feat/pagination' isn't in any release groups; no release will be made
OK, then i allowed branches = 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
Metadata
Metadata
Assignees
Labels
triagewaiting for initial maintainer reviewwaiting for initial maintainer review