github-release-notes
github-release-notes copied to clipboard
Node module to create a release or a changelog from a tag and uses issues or commits to creating the release notes.
Throw the error for non-authorisation on the repo before the task runs.
With `datasources=issues` and the following GItHub Actions workflow, a Release Note has all issues with no error. Then, run the workflow again, the Release Note gets expected issues, that have...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Using `prs-with-issues` as the data source resulted in an error. `gren changelog --generate --override --changelog-filename=RELEASE_NOTES.md --tags=v15.1.1-Preview.13..v15.0.4 --data-source=prs-with-issues`  ``` Getting gren config from local file C:\Users\MartinHinshelwoodNKD\source\repos\azure-devops-migration-tools\.grenrc.yml 🤖 - Generate changelog...
The changelog command sets the date to 01-01-1970 for unpublished releases https://github.com/github-tools/github-release-notes/blob/ff0ddae3938db3cfcca5ef317d74eee034c32cc5/lib/src/Gren.js#L499 Maybe it should fallback to a different date if `release.published_at` is `null`