mathieudutour / mathieudutour/github-tag-action

Possibility to customise issueUrlFormat

Open
#182 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
733
Forks
227
PR merge metrics
No merged PRs in 30d

Description

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",
]
}
```

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no repository files or tests. Start by tracing where this repository configures or invokes semantic-release/release-notes-generator, then compare the shown .releaserc options with the supported configuration path. Done means issueUrlFormat can be customized and the resulting release notes use the requested issue links.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
release
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.