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.
When run `gren init --token=******`, it doesn't work well. I got following error log. ``` Can't find GREN_GITHUB_TOKEN. Please configure your environment See https://github.com/github-tools/github-release-notes#setup ``` Can't I use `gren init`...
Hi GReN team, I have a question/proposition for enhancement: Will there be any way to create release notes from release data-source and issues that are tagged by certain release? I...
In github-releases-notes v0.16.0, when using --data-source=milestones with "gren changelog --generate", only the issues closed by that milestone are included. Sample GitHub.com repository milestone: https://github.com/nanocurrency/raiblocks/milestone/11?closed=1 Command: gren changelog --generate --username nanocurrency...
## Why Sometimes we want to share the same `.grenrc.js` among many projects, and manage it using **npm** package, just like what [prettier](https://prettier.io/docs/en/configuration.html#sharing-configurations) did. This is a job finishing pr...
I got following error when group by specific label, can I do it by any option? gren's version is 0.17.0 ``` gren release --group-by "Type:Bug" --tags=v0.1.0..v0.2.0 --override 🤖 - Generate...
We have a workflow where we want do generate the release notes only from pull requests and mention the pull request author. I have found no way to do this...
First of all, thanks for a great app! I'd like to propose the following new feature: - when we have `dataSource` set to `milestones`, gren could close the milestone after...
Apparently, there is an issue when passing options via command line.
We have 22 issues in the current milestone. When I run `gren changelog --override` it includes only the first 20 of them. Is there some logic behind this? What can...
When I try to generate release notes which has issues more than 30, it ignores the the issues after 30th issue. Below is the logs I am getting while generating...