-
Notifications
You must be signed in to change notification settings - Fork 319
Description
Hey thanks for the great tool!
So all I want to do is generate my changelog.md file from my github release notes. I installed github-release-notes, added my GREN_GITHUB_TOKEN, and ran gren changelog --override
as I already have a changelog.md in my project.
Everything worked perfectly (it is correctly adding an entry for each of my github releases, with the correct date, and the correct release notes), except the version numbers are missing. If I generate a config file, and add a "template" section with a "release" string e.g. "release": "## TEST {{release}} ({{date}})\n{{body}}",
- I can see it's working (I can see my TEST string, along with the date and body), but {{release}}
always evaluates to empty string.
Any ideas? Any more details I can provide? Thanks for the help.