mikepenz / release-changelog-builder-action

A GitHub action that builds your release notes / changelog fast, easy and exactly the way you want.
https://blog.mikepenz.dev
Apache License 2.0
703 stars 104 forks source link

[Question] Ignore PR link Option #1261

Closed test137E29B closed 11 months ago

test137E29B commented 11 months ago

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

mikepenz commented 11 months ago

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