-
Notifications
You must be signed in to change notification settings - Fork 15
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
Issues with orhun/git-cliff-action
after upgrade from v3.3.0 to the latest v4
#29
Comments
Hey, v4 no longer uses Docker for this action. You can use the docker image directly if you wish to keep using it :) As for |
Hi, @orhun, and thank you for your quick response! I have created a simple repository with an example of issues that arise after upgrading from v3.3.0 to v4. This repository includes a simple workflow called cd-release-draft.yml that runs on a
Initial release/v0.0.1 run (using orhun/[email protected]) went as planned resulting in nice changelog and github release. The second release/v0.0.2 run (using orhun/[email protected]) tried to generate changelog but failed to generate changelog resulting in an empty release. Here is an output of action run gitcliff v4. Let me know if you have any further questions or concerns. |
orhun/git-cliff-action
after upgrade from v3.3.0 to the latest v4
UPDATE.
And did another run and it is still failing to generate changelog. Some output:
|
Thanks for the detailed debugging of the issue! I see a couple of errors in the logs:
My first suspicion is:
Does that directory really exist? Can you try setting an explicit output file and try again? |
Also, cc @M0NsTeRRR since he implemented this new binary functionality :) |
One other error is:
Maybe there is also a permission issue? Can you try setting up some permissions in the workflow and try again maybe? |
Hello, Thanks for the notification @orhun. @dbelyaev could you test with github action |
@M0NsTeRRR Test run for the m0nsterrr/[email protected]: here and generated changelog. |
Cool, @orhun I let you merge the PR :) |
Awesome, thanks for the quick fix! <3 |
|
I switched from v3 to v4 and now fails with (output from act tool):
The text was updated successfully, but these errors were encountered: