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
When providing a custom context and having a repo configured, the PRs that belong to a commit are still queried and potentially overwrite custom information from the provided context with from-context.
Not providing the repo information is also not an option since the owner and repo would be missing in templates.
Steps To Reproduce
Create a context without PR information using git-cliff --context context.json
Add PR information manually
Build changelog with git-cliff --from-context context.json --gitlab-repo owner/repo
Expected behavior
The context isn't changed when using --from-context.
Screenshots / Logs
No response
Software information
Project version: 2.5
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Description of the bug
When providing a custom context and having a repo configured, the PRs that belong to a commit are still queried and potentially overwrite custom information from the provided context with
from-context
.Not providing the repo information is also not an option since the
owner
andrepo
would be missing in templates.Steps To Reproduce
git-cliff --context context.json
git-cliff --from-context context.json --gitlab-repo owner/repo
Expected behavior
The context isn't changed when using
--from-context
.Screenshots / Logs
No response
Software information
Additional context
No response
The text was updated successfully, but these errors were encountered: