-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why new version changelog still include previous version release changlog? #893
Comments
It seems that an answer was given in issue 628. |
Yes, this was exactly my case. It seems like standard-version use git tags to distinguish changes between versions for generating a changelog. In my case, we used just the version number (without the "v" prefix which is default for standard-version) for a git tag. So the solution was to set an empty string for the tag via option But I am not sure about standard-version works correctly if you are not using git tags at all :\ |
For reference to other people coming into this issue, we're using a gitflow setup and manual tags being set on master instead of develop, our tags fit under the format Just spent some time looking at the multiple different issues regarding this (#277, #509 and #628 mainly), and |
npx standard-version -p beta --preMajor -r patch --skip.tag --header="### Wyxc" --path ./
Wyxc
0.0.1-beta.7 (2022-03-10)
Features
Bug Fixes
0.0.1-beta.6 (2022-03-10)
Features
0.0.1-beta.5 (2022-03-10)
Features
The text was updated successfully, but these errors were encountered: