@terwer/changelog-parser
v1.1.0
Published
a changelog parser
Downloads
1
Readme
changelog-parser
Parse the commit log and de-duplicate it
Usage
1 add script to package.json
"scripts": {
"parseChangelog": "ts-node-esm --experimental-specifier-resolution=node changelogParser.ts"
}
2
pnpm parseChangelog