github-releaser

1.6.1 • Public • Published

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.

/github-releaser/

    Package Sidebar

    Install

    npm i github-releaser

    Weekly Downloads

    26

    Version

    1.6.1

    License

    ISC

    Unpacked Size

    278 kB

    Total Files

    27

    Last publish

    Collaborators

    • iamtomhewitt