Skip to content
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

Missing Release version in changelog #116

Open
SameOldSong opened this issue Dec 25, 2020 · 0 comments
Open

Missing Release version in changelog #116

SameOldSong opened this issue Dec 25, 2020 · 0 comments

Comments

@SameOldSong
Copy link

Although we use automatic semantic release versioning, in rare cases we need to also create manual releases on GitHub. The combination has worked properly so far, but with the latest automated release 3.1.26 we are suddenly missing the previous version 3.1.25 in CHANGELOG.md. This previous version 3.1.25 had been created manually on GitHub, but it was detected correctly when release 3.1.26 was being created by semantic release (s. log below):

semantic-release:release-notes-generator previousTag: 'v3.1.25'
semantic-release:release-notes-generator currentTag: 'v3.1.26'

We expect to have this in CHANGELOG.md:
3.1.26
3.1.25
1.0.1

But we have this:
3.1.26
1.0.1

Is there anything that we should take into account when creating manual releases?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant