-
Notifications
You must be signed in to change notification settings - Fork 325
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
All tags in each release instead only commits between tags #279
Comments
Yeah I'll add to this. I've seen similar behavior on |
Same problem for me. Using |
The latest version of gren (0.17.3) has a bug [0] which causes it to include all issues rather than just than since the last tag. This pins to 0.17.1 to avoid this bug. This also limits the previous tag search to airshipctl semver tags, that is those without a krm function prefix. [0]: github-tools/github-release-notes#279 Change-Id: Ib3524bef7a52da97a89f0bc408a1b2e1072e64b1 Signed-off-by: Sean Eagan <[email protected]>
@airshipbot, @v1v I believe the changes I've made in my fork correct for this problem. Please let me know if they don't. https://github.com/cjbarth/github-release-notes/releases/tag/0.18.0 |
I want to generate the changelog for all releases I have running this
gren changelog --generate --data-source commits --tags=all --override --token $GITHUB_TOKEN
I would expect that each version (tag) contains the commits between old tag and the current one. However, I see each commit from for all releases
This is the git log
Version:
0.17.3
The text was updated successfully, but these errors were encountered: