mathieudutour / mathieudutour/github-tag-action
Possibility to customise issueUrlFormat
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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