1.6.1 • Published 3 years ago

github-releaser v1.6.1

Weekly downloads
52
License
ISC
Repository
github
Last release
3 years ago

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.

1.6.1

3 years ago

1.6.0

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.8

4 years ago

1.0.7-0

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.7-2

4 years ago

1.0.7-1

4 years ago

1.0.7-3

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.0

6 years ago