-
-
Notifications
You must be signed in to change notification settings - Fork 849
old merged PR listed for a wrong release #256
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
Comments
@matkoniecz the PR appears in the next version tag after merging, isn't it? You can manually specify in which version PR was merged by setting milestone of PR the same name as tag of required version. p.s. |
We don't use milestones in that way, so that's not really an option.
The earliest tag where all the commits in the PR are present |
@pnorman I don't think that it will be correct behaviour in most of the cases. |
I generated a changelog, and gravitystorm/openstreetmap-carto#1540 appears under v2.30.0. This PR only had one commit, gravitystorm/openstreetmap-carto@89301f1 If you look at the tags this is part of on the web interface, it is only part of v2.32.0. You can verify this with |
@pnorman not matter, when it was committed. Because it could be long-term feature, that developer prepare for next releases. In that case determining by last commit will be incorrect. |
I'm not sure what you're trying to say here. If you're trying to say the commit date doesn't matter, that is correct. e.g. "especially since comparing commit dates in a project’s history doesn’t necessarily correspond to the order in which they were applied" from http://mislav.uniqpath.com/2010/07/git-tips/ |
I've seen a similar issue when needing to push a patch for an old release; patches applied on the mainline before the patch (v0.11.1) are showing up in the changelog there instead of v0.12.0 which is where they actually got released. Sorry, this was a private repo but I can probably generate an example in a simple repository. |
@Oscil8 it would be great, if you can provide some examples. |
@matkoniecz This error could related with #271. Please check, how it works now! |
"adding antarctic icesheet rendering based on preprocessed shapefiles #1540 (imagico)" is still listed for v.2.30.0 (I updated gems). |
same issue here! |
@aparraga which repository are you talking about? let me have a look on it please |
I have just tested this, and with the current release of So, this ticket can be closed. /cc @olleolleolle |
PR with old commit that waited for a long time before merging may be listed for wrong release.
For example
github_changelog_generator gravitystorm/openstreetmap-carto --no-issues
lists adding antarctic icesheet rendering based on preprocessed shapefiles (gravitystorm/openstreetmap-carto#1540) for v2.30 instead of v2.32 - see gravitystorm/openstreetmap-carto@v2.31.0...v2.32.0The text was updated successfully, but these errors were encountered: