github-release-writer

Generates and inserts changelogs into GitHub releases for Node packages.

MIT License

Downloads
41
Stars
1
Committers
2

GitHub Release Writer

Generates and inserts changelogs into GitHub releases for Node packages.

Installation

npm install --global github-release-writer@^2.3.4
yarn global add github-release-writer@^2.3.4

CLI Usage

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

Setting up:

git clone [email protected]:jaid/github-release-writer.git
cd github-release-writer
npm install

Testing:

npm run test:dev

Testing in production environment:

npm run test

License

MIT License Copyright © 2021, Jaid <[email protected]> (https://github.com/jaid)