github.com/sergiusens/goreleaser@v0.34.3-0.20171009111917-ae6f7c157c5c/README.md (about)

     1  <p align="center">
     2    <img alt="GoReleaser Logo" src="https://avatars2.githubusercontent.com/u/24697112?v=3&s=200" height="140" />
     3    <h3 align="center">GoReleaser</h3>
     4    <p align="center">Deliver Go binaries as fast and easily as possible.</p>
     5    <p align="center">
     6      <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>
     7      <a href="/LICENSE.md"><img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square"></a>
     8      <a href="https://travis-ci.org/goreleaser/goreleaser"><img alt="Travis" src="https://img.shields.io/travis/goreleaser/goreleaser.svg?style=flat-square"></a>
     9      <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>
    10      <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>
    11      <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>
    12      <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>
    13      <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>
    14    </p>
    15  </p>
    16  
    17  ---
    18  
    19  GoReleaser builds Go binaries for several platforms, creates a GitHub release and then
    20  pushes a Homebrew formula to a tap repository. All that wrapped in your favorite CI.
    21  
    22  This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.
    23  We appreciate your contribution. Please refer to our [contributing guidelines](CONTRIBUTING.md) for further information.
    24  
    25  For questions join the [#goreleaser](https://gophers.slack.com/messages/goreleaser/) channel in the [Gophers Slack](https://invite.slack.golangbridge.org/).
    26  
    27  ## Documentation
    28  
    29  Documentation can be found in the [docs folder](docs) and live
    30  at https://goreleaser.com
    31  
    32  ### Stargazers over time
    33  
    34  [![goreleaser/goreleaser stargazers over time](https://starcharts.herokuapp.com/goreleaser/goreleaser.svg)](https://starcharts.herokuapp.com/goreleaser/goreleaser)
    35  
    36  
    37  ---
    38  
    39  Would you like to fix something in the documentation? Feel free to open an [issue](https://github.com/goreleaser/goreleaser/issues).