Generates and inserts changelogs into GitHub releases for Node packages.
npm install --global github-release-writer@^2.3.4
yarn global add github-release-writer@^2.3.4
After installing package github-release-writer
globally, you can use its command line interface.
github-release-writer
For usage instructions:
github-release-writer --help
Development hints for maintaining and improving GitHub Release Writer
Setting up:
git clone git@github.com:jaid/github-release-writer.git
cd github-release-writer
npm install
Testing:
npm run test:dev
Testing in production environment:
npm run test
MIT License
Copyright © 2021, Jaid <jaid.jsx@gmail.com> (https://github.com/jaid)