Create GitHub releases from CHANGELOG.md created by rushjs
npm install github-release-rushjs-changelog1> Create GitHub releases from CHANGELOG.md generated by rushjs.
You need:
* a CHANGELOG generated by rushjs.
* a package.json with a version field. (Updated by rushjs)
* a package.json with a repository field. The repository to provide the relese information.
* a git tag with the corresponding version in format. (created by rush publish GITHUB_TOKEN
* a as an env var. See
This tool edits the git tag on GitHub and create a GitHub release with the correct CHANGELOG.md section.
`console`
npm install github-release-rushjs-changelog
`console`
github-release-rushjs-changelog [--filename CustomChangelog.md]
Add it as a script to your package.json so it runs automatically if rushjs` publishes one of your packages.
* ⇄ Pull requests and ★ Stars are always welcome.
* For bugs and feature requests, please create an issue.
See CHANGELOG.md
The license is MIT.
See LICENSE.