Skip to content

Unable to use GitLab references without prefix #114

@sleeyax

Description

@sleeyax

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions