1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

renamed releaser to goreleaser

#79
This commit is contained in:
Carlos Alexandro Becker 2017-01-14 18:55:24 -02:00
parent 24fc596db2
commit 12228ee7f1
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -16,7 +16,7 @@ The idea started with a [simple shell script](https://github.com/goreleaser/old-
but it quickly became more complex and I also wanted to publish binaries via
Homebrew.
So, the all-new goreleaser was born.
So, the all-new GoReleaser was born.
## Usage
@ -26,7 +26,7 @@ the `repo` scope selected. You can create one [here](https://github.com/settings
- GoReleaser uses the latest [Git tag](https://git-scm.com/book/en/v2/Git-Basics-Tagging) of your repository,
so you need to [create a tag](https://git-scm.com/book/en/v2/Git-Basics-Tagging#Annotated-Tags) first.
- Now you can run `releaser` at the root of your repository:
- Now you can run `goreleaser` at the root of your repository:
```sh
curl -s https://raw.githubusercontent.com/goreleaser/get/master/latest | bash