-
-
Notifications
You must be signed in to change notification settings - Fork 269
Closed
Labels
feature/requestNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
When I use conventionnal commit with fix #issue_number, the url generated by git-cliff is pointing git-cliff repository instead of my current remote repository url.
Example :
### Features
- Use latest image orhunp/git-cliff ([#1](https://github.com/orhun/git-cliff/issues/1))As you can see, the url is pointing to your repo instead of mine.
Describe the solution you'd like
Is it possible to add an option to specify the repo url I want to use ?
I know there is an option in the config file, but I think on option in the command line is better solution.
For example :
--remote_repo_url <url repo> : the remote url for issue refs.Describe alternatives you've considered
I use git-cliff inside Gitlab-CI so I use a sed command on the result to replace your repo url with mine.
PS: thanks a lot for your work !
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature/requestNew feature or requestNew feature or request