Comment on Show HN: I made a set of devtools for small projectsComments−simple102yNice set of tools. I like the simplicity.I get a DeprecationWarning when running the changelog tool due to a known issue with auto-changelog.Made me curious... what are the latest recommendations from node folks for changelog generators?When researching, I came across this one https://github.com/absolute-version/commit-and-tag-version−FractalHQ2yIn my circles, this is the go-to for release automation / changelogs: https://github.com/changesets/changesets−tinchox5OP2yThere are many tools one that is well maintained and works for node and a lot of other platforms is Git-cliff (https://git-cliff.org/)
Comments
Nice set of tools. I like the simplicity.
I get a DeprecationWarning when running the changelog tool due to a known issue with auto-changelog.
Made me curious... what are the latest recommendations from node folks for changelog generators?
When researching, I came across this one https://github.com/absolute-version/commit-and-tag-version
In my circles, this is the go-to for release automation / changelogs: https://github.com/changesets/changesets
There are many tools one that is well maintained and works for node and a lot of other platforms is Git-cliff (https://git-cliff.org/)