1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00

Fix "test-release" task

Goreleaser changed some flags
This commit is contained in:
Andrey Nering 2018-03-04 11:06:19 -03:00
parent 1cb4a3b8d5
commit 975f262ac0

View File

@ -45,7 +45,7 @@ release:
test-release:
desc: Tests release process without publishing
cmds:
- goreleaser --skip-validate --skip-publish
- goreleaser --snapshot
todo:
desc: Prints TODO comments present in the code