Bug: `--no-tag` is not working as expected with version command

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