You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your help so far Orhan. The -vv output shows there are references to https://codeberg.org/. It appears git cliff is trying to find our private repo on that public Gitea server. Our code isn’t on https://codeberg.org/, it’s on our locally-hosted Gitea. Any idea why gitea > v2.4 tries to find it on https://codeberg.org/? We haven’t changed the command we invoke GC using. We don’t mention codeberg anywhere in our code.
I thought git cliff got the remote git repo from the <repo>/.git/config file in it. I’ve just double checked this and it correctly contains:
in our cliff.toml. Then >=v2.5 (eg 2.7) successfully creates change logs.
PS, the API URL for gitea is actually https://<gitea_domain>/api/v1, not https://<gitea_domain>, but only the latter works. Perhaps this should be a separate (lesser) issue.
PPS, just to note, in v2.4, it was possible to use a password for --gitea-token, now it requires a token.
Is there an existing issue for this?
Description of the bug
Hi,
Versions > 2.4 error when trying to create change logs using command:
GC v2.4 works fine. Can anyone reproduce? I also tried specifying the user's password instead of a token, no dice.
Steps To Reproduce
.
Expected behavior
Change logs created
Screenshots / Logs
No response
Software information
Additional context
No response
The text was updated successfully, but these errors were encountered: