1
0
mirror of https://github.com/go-task/task.git synced 2025-03-03 14:52:13 +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: test-release:
desc: Tests release process without publishing desc: Tests release process without publishing
cmds: cmds:
- goreleaser --skip-validate --skip-publish - goreleaser --snapshot
todo: todo:
desc: Prints TODO comments present in the code desc: Prints TODO comments present in the code