mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-16 03:52:12 +02:00
fixes
This commit is contained in:
parent
ccdde5c5ef
commit
988c89d4ea
36
README.md
36
README.md
@ -1,16 +1,32 @@
|
||||
<p align="center">
|
||||
<img src="https://avatars2.githubusercontent.com/u/24697112?v=3&s=200" height="140" />
|
||||
<h3 align="center">GoReleaser</h3>
|
||||
<img alt="GoReleaser Logo" src="https://avatars2.githubusercontent.com/u/24697112?v=3&s=200" height="140" />
|
||||
<h1 align="center">GoReleaser</h1>
|
||||
<p align="center">Deliver Go binaries as fast and easily as possible.</p>
|
||||
<p align="center">
|
||||
[![Release](https://img.shields.io/github/release/goreleaser/goreleaser.svg?style=flat-square)](https://github.com/goreleaser/goreleaser/releases/latest)
|
||||
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
|
||||
[![Travis](https://img.shields.io/travis/goreleaser/goreleaser.svg?style=flat-square)](https://travis-ci.org/goreleaser/goreleaser)
|
||||
[![Codecov branch](https://img.shields.io/codecov/c/github/goreleaser/goreleaser/master.svg?style=flat-square)](https://codecov.io/gh/goreleaser/goreleaser)
|
||||
[![Go Report Card](https://goreportcard.com/badge/github.com/goreleaser/goreleaser?style=flat-square)](https://goreportcard.com/report/github.com/goreleaser/goreleaser)
|
||||
[![Go Doc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/goreleaser/goreleaser)
|
||||
[![SayThanks.io](https://img.shields.io/badge/SayThanks.io-%E2%98%BC-1EAEDB.svg?style=flat-square)](https://saythanks.io/to/caarlos0)
|
||||
[![Powered By: GoReleaser](https://img.shields.io/badge/powered%20by-goreleaser-green.svg?style=flat-square)](https://github.com/goreleaser)
|
||||
<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>
|
||||
<a href="/goreleaser/goreleaser/blob/master/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>
|
||||
</p>
|
||||
</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user