github-release-notes icon indicating copy to clipboard operation
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.

Results 96 github-release-notes issues
Sort by recently updated
recently updated
newest added

My last tag is `2.0.0`. I have committed a bunch of work since `2.0.0`. I haven't tagged `3.0.0` yet because we are still fixing minor bugs but I still want...

To do a release with Gren, the workflow is: - put a tag on a commit - run `gren release` After this is done, if one wants a textual `CHANGELOG.md`...

question

When I generate the changelog the date is always `01/01/1970` Version: `0.17.3`

REQUEST: I would like Object Array items generated the order they are listed. I use Pull Requests to create releases and changelogs. I understand that currently; - groupBy Objects are...

I don't want to specify every label, and some PRs don't need to have labels but should still be included in the release. There doesn't seem to be a way...

question
documentation

Is there any option that make release notes include assignee? If not, What do you think adding that option? Thank you for really nice module.

enhancement

I'm trying to automate the Release note generation. Here is my `grenrc.js` . ``` module.exports = { dataSource: "milestones", prefix: "", milestoneMatch: "Release {{tag_name}}", changelogFilename: "CHANGELOG.md", ignoreIssuesWith: ["duplicate", "wontfix", "invalid",...

(NPM version 6.14.3) When installing `github-release-notes`, npm generates the following warning: ``` npm WARN deprecated [email protected]: core-js@ [email protected] postinstall /Volumes/Development/kiwidocs/node_modules/core-js > node -e "try{require('./postinstall')}catch(e){}" Thank you for using core-js (...

bug

I have a fairly large repo with 41,000 commits, 2,400 tags, and 15,000 total PRs and issues. I ran `gren changelog --generate` for 7 hours overnight and it never moved...

Here is the use-case I am trying to solve: I'd like to tag my repo with the tag `latest` and draft a release with that tag every time PRs are...

enhancement