Skip to content

Commit

Permalink
updated readme around releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesconey committed Sep 20, 2019
1 parent e8d4846 commit e11a458
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,17 @@ See `examples/config.json`
}
}
```

## Development

### Release

Releases are managed using [goreleaser](https://github.com/goreleaser/goreleaser).

To release:
- Tag the commit you want to release, e.g. `git tag v0.1.1`
- run `make release`

You will need a github personal access token bound to env var `GITHUB_TOKEN`

You can dry run the release by running `make test-release`

0 comments on commit e11a458

Please sign in to comment.