mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
a better looking readme, maybe
This commit is contained in:
parent
744e7ec465
commit
ccdde5c5ef
30
README.md
30
README.md
@ -1,6 +1,21 @@
|
||||
# GoReleaser
|
||||
<p align="center">
|
||||
<img src="https://avatars2.githubusercontent.com/u/24697112?v=3&s=200" height="140" />
|
||||
<h3 align="center">GoReleaser</h3>
|
||||
<p align="center">Deliver Go binaries as fast and easily as possible.</p>
|
||||
<p align="center">
|
||||
[](https://github.com/goreleaser/goreleaser/releases/latest)
|
||||
[](LICENSE.md)
|
||||
[](https://travis-ci.org/goreleaser/goreleaser)
|
||||
[](https://codecov.io/gh/goreleaser/goreleaser)
|
||||
[](https://goreportcard.com/report/github.com/goreleaser/goreleaser)
|
||||
[](http://godoc.org/github.com/goreleaser/goreleaser)
|
||||
[](https://saythanks.io/to/caarlos0)
|
||||
[](https://github.com/goreleaser)
|
||||
</p>
|
||||
</p>
|
||||
|
||||
---
|
||||
|
||||
<img src="https://avatars2.githubusercontent.com/u/24697112?v=3&s=200" alt="goreleaser" align="right" />
|
||||
|
||||
GoReleaser builds Go binaries for several platforms, creates a GitHub release and then
|
||||
pushes a Homebrew formula to a repository. All that wrapped in your favorite CI.
|
||||
@ -8,15 +23,6 @@ pushes a Homebrew formula to a repository. All that wrapped in your favorite CI.
|
||||
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.
|
||||
We appreciate your contribution. Please refer to our [contributing guidelines](CONTRIBUTING.md) for further information.
|
||||
|
||||
[](https://github.com/goreleaser/goreleaser/releases/latest)
|
||||
[](LICENSE.md)
|
||||
[](https://travis-ci.org/goreleaser/goreleaser)
|
||||
[](https://codecov.io/gh/goreleaser/goreleaser)
|
||||
[](https://goreportcard.com/report/github.com/goreleaser/goreleaser)
|
||||
[](http://godoc.org/github.com/goreleaser/goreleaser)
|
||||
[](https://saythanks.io/to/caarlos0)
|
||||
[](https://github.com/goreleaser)
|
||||
|
||||
For questions join the [#goreleaser](https://gophers.slack.com/messages/goreleaser/) channel in the [Gophers Slack](https://invite.slack.golangbridge.org/).
|
||||
|
||||
# Table of contents
|
||||
@ -37,8 +43,6 @@ We are also working on integrating with package managers, we currently support H
|
||||
|
||||
The idea started with a [simple shell script](https://github.com/goreleaser/old-go-releaser), but it quickly became more complex and I also wanted to publish binaries via Homebrew.
|
||||
|
||||
_So, the all-new GoReleaser was born._
|
||||
|
||||
## Quick start
|
||||
|
||||
In this example we will build, archive and release a Golang project.
|
||||
|
Loading…
x
Reference in New Issue
Block a user