mikepenz/release-changelog-builder-action

[Question] Ignore PR link Option

test137E29B opened this issue · 1 comments

Is there an option I can use to hide the - PR: #100 link that's shown in the changelog? I'd like a list of changes without actually linking to every single pull request.

If I've missed this option, please let me know, it's quite a thing to configure

This comes from the default pr_template which defines:
https://github.com/mikepenz/release-changelog-builder-action/blob/develop/src/configuration.ts#L74

You can change this configuration to which-ever pattern you need for your usecase.

See more in the configuration description of the README:

Hope that answers you question