Not sure what I'm doing wrong but I have the following in package.json:
"hallmark": {
"autolinkReferences": {
"prefix": "#",
"url": "https://gitlab.com/company/project/-/issues/<num>"
}
}
And added the following entry:
## [0.0.1] - 2024-02-05
### Changed
### Added
- Add feature (#1)
### Removed
### Fixed
Then hallmark fix generates the following:
## [0.0.1] - 2024-02-05
### Changed
### Added
- Add feature ([#1](https://github.com/company/project/issues/1))
### Removed
### Fixed
As you can see, the link should be to gitlab.com but it's generating a link pointing to github.com instead.
Not sure what I'm doing wrong but I have the following in
package.json:And added the following entry:
Then
hallmark fixgenerates the following:As you can see, the link should be to
gitlab.combut it's generating a link pointing togithub.cominstead.