1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00
goreleaser/README.md

39 lines
2.6 KiB
Markdown
Raw Normal View History

2017-04-24 14:10:48 +02:00
<p align="center">
2017-04-24 14:17:22 +02:00
<img alt="GoReleaser Logo" src="https://avatars2.githubusercontent.com/u/24697112?v=3&s=200" height="140" />
2017-04-24 14:17:49 +02:00
<h3 align="center">GoReleaser</h3>
2017-04-24 14:10:48 +02:00
<p align="center">Deliver Go binaries as fast and easily as possible.</p>
<p align="center">
2017-05-05 00:14:55 +02:00
<a href="https://github.com/goreleaser/goreleaser/releases/latest"><img alt="Release" src="https://img.shields.io/github/release/goreleaser/goreleaser.svg?style=flat-square"></a>
2017-04-27 00:23:56 +02:00
<a href="/LICENSE.md"><img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square"></a>
<a href="https://travis-ci.org/goreleaser/goreleaser"><img alt="Travis" src="https://img.shields.io/travis/goreleaser/goreleaser.svg?style=flat-square"></a>
<a href="https://codecov.io/gh/goreleaser/goreleaser"><img alt="Codecov branch" src="https://img.shields.io/codecov/c/github/goreleaser/goreleaser/master.svg?style=flat-square"></a>
<a href="https://goreportcard.com/report/github.com/goreleaser/goreleaser"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/goreleaser/goreleaser?style=flat-square"></a>
<a href="http://godoc.org/github.com/goreleaser/goreleaser"><img alt="Go Doc" src="https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square"></a>
<a href="https://saythanks.io/to/caarlos0"><img alt="SayThanks.io" src="https://img.shields.io/badge/SayThanks.io-%E2%98%BC-1EAEDB.svg?style=flat-square"></a>
<a href="https://github.com/goreleaser"><img alt="Powered By: GoReleaser" src="https://img.shields.io/badge/powered%20by-goreleaser-green.svg?style=flat-square"></a>
2017-04-24 14:10:48 +02:00
</p>
</p>
---
2016-12-29 17:49:01 +02:00
2017-01-14 23:24:25 +02:00
GoReleaser builds Go binaries for several platforms, creates a GitHub release and then
2017-08-21 03:36:00 +02:00
pushes a Homebrew formula to a tap repository. All that wrapped in your favorite CI.
2017-01-02 17:40:15 +02:00
2017-01-22 14:49:24 +02:00
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.
2017-04-21 21:20:48 +02:00
We appreciate your contribution. Please refer to our [contributing guidelines](CONTRIBUTING.md) for further information.
2017-01-22 14:49:24 +02:00
2017-01-24 19:33:59 +02:00
For questions join the [#goreleaser](https://gophers.slack.com/messages/goreleaser/) channel in the [Gophers Slack](https://invite.slack.golangbridge.org/).
2017-09-10 22:07:28 +02:00
Don't forget to check the [documentation](https://goreleaser.com).
2017-01-21 22:38:53 +02:00
2017-09-10 22:07:28 +02:00
---
2017-07-08 04:56:09 +02:00
### Stargazers over time
2017-07-08 04:55:16 +02:00
[![goreleaser/goreleaser stargazers over time](https://starcharts.herokuapp.com/goreleaser/goreleaser.svg)](https://starcharts.herokuapp.com/goreleaser/goreleaser)
2017-07-07 04:44:08 +02:00
---
2017-07-07 05:40:47 +02:00
Would you like to fix something in the documentation? Feel free to open an [issue](https://github.com/goreleaser/goreleaser/issues).