Release notes are the same with every release #152

Closed
opened 2026-02-17 11:50:04 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @raul1991 on GitHub (Jul 6, 2022).

I am using the following to generate complete release notes which is working as expected.

./node_modules/.bin/conventional-changelog --preset conventionalcommits --infile CHANGELOG.md --append --same-file --release-count 0

but when I don't give --release-count option, I expect it to give me release notes only for 1 release but it still outputs the entire thing.

I have tagged my release after generating the complete release notes.

Originally created by @raul1991 on GitHub (Jul 6, 2022). I am using the following to generate complete release notes which is working as expected. ``` ./node_modules/.bin/conventional-changelog --preset conventionalcommits --infile CHANGELOG.md --append --same-file --release-count 0 ``` but when I don't give --release-count option, I expect it to give me release notes only for 1 release but it still outputs the entire thing. I have tagged my release after generating the complete release notes.
Author
Owner

@damianopetrungaro commented on GitHub (Sep 7, 2022):

@raul1991 I think you opened the issue in the wrong repository :)
Closing, for now, let me know if you need help with the conventional commit specification

@damianopetrungaro commented on GitHub (Sep 7, 2022): @raul1991 I think you opened the issue in the wrong repository :) Closing, for now, let me know if you need help with the conventional commit specification
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/conventionalcommits.org#152