Skip to content

Custom link to issue in CHANGELOG #117

@a-d-w-s

Description

@a-d-w-s

I have this setup:

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...

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions