mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-16 03:52:12 +02:00
docs: clarify usage of --snapshot in quick start docs (#1356)
This commit is contained in:
parent
3376311241
commit
4a4e947f8d
@ -72,8 +72,12 @@ $ git push origin v0.1.0
|
||||
|
||||
> **Attention**: Check if your tag adheres to [semantic versioning](/semver).
|
||||
|
||||
If you don't want to create a tag yet, you can also create a release
|
||||
based on the latest commit by using the `--snapshot` flag. (*Note*: only GitHub supports snapshots)
|
||||
If you don't want to create a tag yet, you can also run GoReleaser without publishing
|
||||
based on the latest commit by using the `--snapshot` flag:
|
||||
|
||||
```sh
|
||||
$ goreleaser --snapshot
|
||||
```
|
||||
|
||||
Now you can run GoReleaser at the root of your repository:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user