changelog-maker
changelog-maker copied to clipboard
A git log to CHANGELOG.md tool
Not sure how much work will this be, but currently this doesn't work on Windows. I'll add more info later.
Just noting a few warnings I got while preparing the v9.9.0 release: ```console $ NODE_OPTIONS="--trace-warnings" changelog-maker --group --start-ref v9.8.0 (node:10896) [DEP0005] DeprecationWarning: The Buffer() and new Buffer() constructors are not...
https://github.com/nodejs/nodejs.org/pull/2608#issuecomment-535415349
Could this tool support either of this?
we have a "internal/child_process" commit in core, better support this because we're not going to stop it
Maybe add task number parser and add link to it? ``` bash git commit -m"fix: #212" ``` to: ``` md * [[`20f8e7f17a`](https://github.com/user/repo/commit/20f8e7f17a)] - **fix**: [#212](https://github.com/user/repo/issues/212) (LestaD) ```
I'm going to try http://keepachangelog.com/ and need some tiny improvements for autogenerating CHANGELOG.md. As I see: - Need to parse somehow CHANGELOG.md to get sections with commits list; - Remove...
Sometimes it will drop commits, add to many commits, not get anything at all, etc, when using `--start-ref=` and/or `--end-ref=` on io.js. For example, to get the commits in https://github.com/iojs/io.js/issues/1383#issuecomment-91247024...
;)
Bumps [@octokit/graphql](https://github.com/octokit/graphql.js) from 7.0.2 to 8.0.1. Release notes Sourced from @octokit/graphql's releases. v8.0.1 8.0.1 (2024-02-27) Bug Fixes pkg: add main entry point (#551) (d3ada54), closes octokit/core.js#662 v8.0.0 8.0.0 (2024-02-25) Features...