Replies: 1 comment
-
Yup, this sounds like a similar issue described in #1080 First I was suspicious of the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
Honestly i don't know if this is a bug or I'm missing something, but when I bump the version of my python project, and the new version ends with zero (i.e.:
v0.60.0
) the following commandgit-cliff -o - --current --strip header
produces the entire changelog including all tags interestingly this does not happen when the version tag ends with any other number (i.e.v0.60.2
).Initially I noticed this issue when a workflow in github actions to generate a release for the project would fail since the body is too long.
I don't know what might be causing this, if there is an error in my command/setup or if this is a bug.
I'd appreciate any insights.
Here is my config file (pyproject.toml):
NOTE: When I disable
topo_order
the output is what's expected, so I think it might have something to do with this issue.Beta Was this translation helpful? Give feedback.
All reactions