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.
After fiddling with the PRs for #140, I came across something that might be an inconsistency in the code. Running: gren changelog --include-messages=all --override Generates `CHANGELOG.md` (with all releases) these...
this would be helpful for people who don't want to save an environment variable somewhere, and would rather keep it project specific.
Following the discussion on #132 Exception should be thrown otherwise
Great tool and appreciate that you wrote this. I am trying it out and have run into an unexpected behavior. This is probably best explained in an image, so please...
I would really like to make https://github.com/seriousben/dockerized-github-release-notes a first-class feature of this project. Is this a contribution that would be accepted?
Don't know whether this is a good idea or not but might be an idea to ask for a ⭐️ via the CLI after a number of usages.
Every so often `gren` should pop if a new version is available.
The releases should be automated (using `gren` 😅) in order to: - Create the docs - Generate release notes - Update `CHANGELOG.md` This could be done as a node script...