-
Notifications
You must be signed in to change notification settings - Fork 255
changelog command never outputs anything #483
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
This bug report has been labelled as help wanted since there has been no activity in the last 3 weeks. It will not be closed. |
Same here, i run |
What is your As for the debug log, if you see the line at the end where it returns an empty array, that is why there is no changelog. No commits were found to be used (this is because of the logic error previously described). |
Yes, I just found that issue, as you say I changed |
For me it seems to now output a random older commit... However, when publishing, the changelog is fine. |
@vigenere23 , I think you need to add more specifics or close the issue if it is resolved. If you provide your config, the actions you take and what the debug output provides, and probably the commit history you are building from, it would help us debug your issue. But currently, I can't think what workflow could give you a weird result that you describe, but likely that is because I don't understand your situation. |
There was a problem with the merge and the commit history was all crapped. This now seems to be fine, I will follow the other linked issues for more details or solutions if it ever happens again. |
The problem
Whenever I run the command
changelog
, nothing is ever outputed. Be it having the file not empty, having a pending version change or a newly changed version, after publishing, etc.Expected behavior
I'm not sure... what is the command even supposed to do? I excpect it to append an entry to the changelog file, if there is none yet for the current version. Aka I expect the
publish
command to be a combination ofversion
,changelog
and pushing the commit/tag everywhere (git, pypi, etc.).The text was updated successfully, but these errors were encountered: