-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
Add option for remote repository URL #112
Comments
Tried to implement the feature with #121 Changed the name to |
Oh, and I realized I made a mistake. I assumed (and I have honestly no clue how I got to that conclusion) that issue short links are One option would be to match against more than just
Or is there a GitHub endpoint that redirects the |
Solved my problem, and realized I can use |
I had a look at this with fresh eyes and this is caused by the default config, as you mentioned: Lines 39 to 41 in 9a070b2
So you should be fine when you just change that line to point your own repository. But still, it's annoying. So I pushed 8f77caf to comment this entry out. So there is no need for overcomplicating this via #121. It is always good to refrain from adding code-hosting related things to Hope this solves it! 🐻 |
You can now achieve this with the GitHub integration. |
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 :
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 :
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 !
The text was updated successfully, but these errors were encountered: