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
684 stars 99 forks source link

Output file lacking hyperlinks to actual PRs #1335

Closed shozabhussain closed 1 month ago

shozabhussain commented 1 month ago

I am trying to save changelog in a CHANGELOG.md file, however it doesn't have hyperlinks to pull requests

mikepenz commented 1 month ago

@shozabhussain the action uses this default template: https://github.com/mikepenz/release-changelog-builder-action/blob/develop/src/configuration.ts#L77

You can configure the template to any format you will need for your usecases. Including making out of the auto links which work on gitHub real links for your file

shozabhussain commented 1 month ago

@mikepenz Grateful for such quick reply, it's working