Skip to content
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

Possibility to customise issueUrlFormat #182

Open
luber opened this issue Jul 3, 2023 · 0 comments
Open

Possibility to customise issueUrlFormat #182

luber opened this issue Jul 3, 2023 · 0 comments

Comments

@luber
Copy link

luber commented Jul 3, 2023

Hi,
Would it be nice to add the possibility to customise issueUrlFormat of semantic-release/release-notes-generator?
It looks like it can be done by setting it via .releaserc, but looks like this file is not respected:

{
  "plugins": [
    ["@semantic-release/commit-analyzer", {
      "preset": "conventionalcommits"
    }],
    ["@semantic-release/release-notes-generator", {
      "preset": "conventionalcommits",
      "presetConfig": {
        "issuePrefixes": ['AB#'],
        "issueUrlFormat": 'https://dev.azure.com/${REPLACE_WITH_ORGANIZATION_NAME}/${REPLACE_WITH_PROJECT_NAME}/_workitems/edit/{{id}}'
      }
    }],
    "@semantic-release/npm",
    "@semantic-release/github",
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant