2.3.4 • Published 2 years ago

github-release-writer v2.3.4

Weekly downloads
2
License
-
Repository
github
Last release
2 years ago

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 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

License

MIT License
Copyright © 2021, Jaid \jaid.jsx@gmail.com (https://github.com/jaid)