mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +02:00
docs: small rewording
This commit is contained in:
parent
dc74293ed4
commit
01974b925a
@ -71,11 +71,15 @@ deployment:
|
|||||||
- curl -sL https://git.io/goreleaser | bash
|
- curl -sL https://git.io/goreleaser | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
# Drone
|
## Drone
|
||||||
|
|
||||||
|
By default, drone does not fetch tags. `plugins/git` is used with default values,
|
||||||
|
in most cases we'll need overwrite the `clone` step enabling tags in order to make
|
||||||
|
`goreleaser` work correctly.
|
||||||
|
|
||||||
By default, drone does not fetch tags. `plugins/git` is used with default values, in most of the case we'll need overwrite the `clone` step with tags enabled in order to make `goreleaser` work correctly.
|
|
||||||
In this example we're creating a new release every time a new tag is pushed.
|
In this example we're creating a new release every time a new tag is pushed.
|
||||||
Note that you'll need to enable `tags` in repo settings and add `github_token` secret.
|
Note that you'll need to enable `tags` in repo settings and add `github_token`
|
||||||
|
secret.
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
pipeline:
|
pipeline:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user