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.
Is it possible to generate release notes for a snapshot, i.e. all of the work up to the point before a release. gren release 🤖 - Generate release notes: ===================================...
We do not create specific tag commits. Instead, we add a tag to the commit we want to create the release from. When doing so, and creating a changelog from...
## Background > I originally started this issue for a feature request, but I see now that this might be a bug. I've updated the title to reflect this. In...
Hi following instructions in https://github-tools.github.io/github-release-notes/options.html I tried to customize the header text in order to have a default text in the github release note using the "release" template. However it...
https://github.com/github-tools/github-release-notes/pull/73 While this works, we have an issue wherein all the links in the release notes link using the GHE url followed by `/api/v3`. This means users can't click through...
I'd like to be able to set this up to be run automatically by jenkins when we run the script to deploy a release. it would be great if there...
Reference: [GitHub: Closing issues using keywords](https://help.github.com/articles/closing-issues-using-keywords/) If you use one of GitHub's keywords for closing an issue in a branch then the issue is marked for closing when the branch...
[Gren.js](https://github.com/github-tools/github-release-notes/blob/master/lib/src/Gren.js) is already have 975 lines and IMO it's very difficult to maintain it. I think it should be split to a couple of modules: release, changelog, issues, commit, milestones,...
As my repo is private, I'd like to keep links to issues in the release notes and remove them from the CHANGELOG.md file. Any hints? Thanks a lot for GREN,...
It makes sense to `gren` to use GitHub GraphQL as it would be much easier to manage and query what we need without different endpoints. This could also potentially allow...