module.exports = {
plugins: {
'@release-it/conventional-changelog': {
path: '.',
infile: 'CHANGELOG.md',
preset: {
"name": "conventionalcommits",
"issuePrefixes": ["#"],
"issueUrlFormat": "https://myBugTracker.com/{{prefix}}{{id}}"
},
gitRawCommitsOpts: {
path: '.',
},
},
},
Unfortunately, when generating the changelog, the URL of the issue does not change. Please advise how to change the URL for the issue, the URL refers to gitlab...
I have this setup:
Unfortunately, when generating the changelog, the URL of the issue does not change. Please advise how to change the URL for the issue, the URL refers to gitlab...
Thanks