The above will create an entry in CHANGELOG.md and a release on Github:
## <version> (dd/mm/yyyy)
### Issues in this release:
* [#IssueNumber](IssueTitle)npm install github-releaser"repository": {
"apiUrl": "https://api.github.com/repos/<your username>/<your repo name>"
}"scripts": {
"release": "github-releaser"
}It will be needed in order to fetch issues and create releases. It must have the repo scope applied.
