Rename `dist` target to `snapshot`

This commit is contained in:
Deluan 2020-04-04 14:36:23 -04:00
parent 28852ce7d7
commit 660f9c205b
1 changed files with 3 additions and 3 deletions

View File

@ -89,6 +89,6 @@ release:
git push origin v${V}
.PHONY: release
dist:
docker run -it -v $(PWD):/github/workspace -w /github/workspace bepsays/ci-goreleaser:1.14-1 goreleaser release --rm-dist --skip-publish --snapshot
.PHONY: dist
snapshot:
docker run -it -v $(PWD):/workspace -w /workspace bepsays/ci-goreleaser:1.14-1 goreleaser release --rm-dist --skip-publish --snapshot
.PHONY: snapshot