Skip to content

More than one release worked in parallel breaks the changelog #289

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

Open
giggio opened this issue Oct 3, 2015 · 1 comment
Open

More than one release worked in parallel breaks the changelog #289

giggio opened this issue Oct 3, 2015 · 1 comment

Comments

@giggio
Copy link

giggio commented Oct 3, 2015

This is my scenario:
We are working on v1.0.0 and on vnext. We are currently releasing v1.0.0-rc3. The repo contains a master branch branch for v1, and a vnext branch for a post-v1 release. We have issues on a v1.0.0-rc3 milestone, and we have issues on a vnext milestone. We just made a v1.0.0-rc3 tag on the master branch.
When I generated the changelog, it included the issues from the vnext branch. This is not what it should be doing. Those issues are attached to an open milestone.
The generator should be smarter about the milestone. All my milestones have the same name as the tag that is later applied (and the release that is later created on Github). If issues are part of a unreleased milestone, don't include them on any tag. And it should correlate the issues, tags and milestone, for an accurate changelog to be produced.

If you'd like to take a look at the setup: Code-Cracker

@TomyLobo
Copy link

I have the same issue. I'm currently working on our 1.2.2 release, but had to release a 1.2.1.1 and 1.2.1.2 first and created the according milestones.
Now the ordering is off and everything from the main branch ended up in the 1.2.1.1 release in the changelog.

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

2 participants