1
0
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:
Ted Wexler 2020-02-20 13:39:42 -05:00 committed by GitHub
parent 3376311241
commit 4a4e947f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: