Closed sappusaketh closed 5 months ago
Either you build the json manually using shell inserting all you need. Or you configure the configuration as part of your workflow like done here: https://github.com/mikepenz/release-changelog-builder-action/blob/develop/.github/workflows/ci.yml#L47 which will allow you to use github actions template vars
ya currently doing find and replace using shell but wanted to check if thats possible natively thank you
I m building docker images before generating change log I want to include those docker images with tags in changelog how can I do it? I m currently using json file with below config
can I reference github inputs in json file? I want to add below markdown