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
That plugin relies on prefixes like JIRA-123, GH-123, GL-123, rather than a hash. The #123 syntax is reserved for GitHub atm and handled by a different plugin (which causes the above output).
Not currently. I see that remark-github has a buildUrl option that we can maybe use to override the github.com domain. We'd also need an option on this end (or maybe detect the use of GitLab by repository info in package.json).
vweevers
changed the title
Hallmark config not working
Unable to use GitLab references without prefix
Feb 5, 2024
Not sure what I'm doing wrong but I have the following in
package.json
:And added the following entry:
Then
hallmark fix
generates the following:As you can see, the link should be to
gitlab.com
but it's generating a link pointing togithub.com
instead.The text was updated successfully, but these errors were encountered: