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.
Small grammar fixes 🌞
Hi, I perform a GitHub pre-release but gren when compiling release notes, it converts the GitHub pre-release into an actual release. I use `--overrride` flag
I want to generate the changelog for all releases I have running this ```bash gren changelog --generate --data-source commits --tags=all --override --token $GITHUB_TOKEN ``` I would expect that each version...
Hello folks, many thanks for a very nice work! I'm completely pissed off groupBy. I have .grenrc.json (cause there are no examples available how to use yaml): ``` { "dataSource":...
Hi, I have used gren for both creating changelog file and generating release notes on the GH releases and have the same wrong results in both cases: ``` # Changelog...
when i run "gren release": (base) root@ubuntu:~# gren release '--username=haiming3' '--repo=mercuy' '--data-source=prs' '--tags=build.20210901..build.20210825' '--token=' --override 🤖 - Generate release notes: =================================== ✔ Releases found: 3 ✔ Tags found: build.20210825, build.20210901...
[lib/src/Gren.js#L1024](https://github.com/github-tools/github-release-notes/blob/master/lib/src/Gren.js#L1024) ```js const matches = pr.body.match(re); ``` If PR have no description, this line always fail. ``` Getting all merged pull requestsTypeError: Cannot read property 'match' of null at _context17.t1...
The logic for comparing dates tries to compare a string to a `Date` object. This causes additional pages of PRs to never be retrieved. This has been fixed. Also, constructing...
We have a system where the latest major release is always from master branch, but we also maintain old major releases in branches such v1.x, v2.x etc, etc. If I...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...