Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 945 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 945 Bytes

Github Releaser

Coverage Badge

The above will create an entry in CHANGELOG.md and a release on Github:

## <version> (dd/mm/yyyy) 

### Issues in this release:

* [#IssueNumber](IssueTitle)

Getting Started

npm install github-releaser

Add the api url to your package.json:

"repository": {
    "apiUrl": "https://api.github.com/repos/<your username>/<your repo name>"
}

Add a script to your package.json:

"scripts": {
    "release": "github-releaser"
}

Create a Github access token

It will be needed in order to fetch issues and create releases. It must have the repo scope applied.