github-release-notes icon indicating copy to clipboard operation
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.

Results 96 github-release-notes issues
Sort by recently updated
recently updated
newest added

Throw the error for non-authorisation on the repo before the task runs.

enhancement

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...

dependencies

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` ![image](https://github.com/github-tools/github-release-notes/assets/5205575/6c482afe-01d7-46b7-a635-b47f51d3c700) ``` 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`