From 975f262ac0769417984b4373cce03849233cb4e8 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sun, 4 Mar 2018 11:06:19 -0300 Subject: [PATCH] Fix "test-release" task Goreleaser changed some flags --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index d2918e29..705eb0cc 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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