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.
Run release notes directly from the UI would be neat. Re: https://github.com/probot/probot
Coming from #83 Create the `$GREN_GITHUB_TOKEN` using the [API to generate a personal access token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/)
I would really like gren to also create a "release" commit containing the changelog.
Have a script that provides data on usage of `gren` and project information. It would be nice then to collect this data for internal usage. _Q:_ - _need to prompt...
When the option `data-source` is `milestone`, we can add the milestone description to the release body.
Pull requests have all the discussion, tagging, search, project management, and other features of issues. But often, in a `gren`-enabled project, I'm still forced to create a separate issue when...
I would like to use release notes generated by `gren` for our Node.js server repository. Unfortunately, I am not able to configure `gren` properly. What I would like is to...
When I run gren init, I get the following message: ``` $ gren init You have to run this command in a git repo folder ``` However, this *is* a...