Skip to content

Commit

Permalink
Document how to make a release
Browse files Browse the repository at this point in the history
  • Loading branch information
bliof-fc authored and LS80 committed Apr 28, 2021
1 parent 8e2aef6 commit 0731943
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,37 @@ make test

[circleci]: https://circleci.com/gh/FundingCircle/haproxy_exporter

### Releases

https://github.com/FundingCircle/haproxy_exporter/releases

0. Bump the VERSION file and merge to master
1. Create a tag and then create a release
2. Publish binaries:

```
git checkout <your-tag>
promu crossbuild
promu crossbuild tarballs
" You'll need
" brew install github-release
" export GITHUB_TOKEN=<your token from https://github.com/settings/tokens>
promu release -v .tarballs/
```

## License

Apache License 2.0, see [LICENSE](https://github.com/prometheus/haproxy_exporter/blob/master/LICENSE).
Apache License 2.0, see [prometheus/haproxy_exporter/LICENSE](https://github.com/prometheus/haproxy_exporter/blob/master/LICENSE), [FundingCircle/haproxy_exporter/LICENSE](https://github.com/FundingCircle/haproxy_exporter/blob/master/LICENSE).

## Alternatives

### Official Repo

https://github.com/prometheus/haproxy_exporter

### Official Prometheus exporter

As of 2.0.0, HAProxy includes a Prometheus exporter module that can be built into your binary during build time.
Expand Down

0 comments on commit 0731943

Please sign in to comment.