From 741d2745845e4ec93c8e5e237c36672c10b871c6 Mon Sep 17 00:00:00 2001 From: Eric Nagel Date: Sat, 15 Jun 2024 21:17:14 +0200 Subject: [PATCH] chore: Add tasks for testing goreleaser and semantic-release to the Taskfile --- taskfile.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/taskfile.yaml b/taskfile.yaml index e0a8bf8..7d60807 100644 --- a/taskfile.yaml +++ b/taskfile.yaml @@ -26,7 +26,11 @@ tasks: cmds: - "ko build --platform all --local" - release-test: + test-release-goreleaser: + cmds: + - "goreleaser release --snapshot --clean" + + test-release-semantic-release: cmds: - "semantic-release --dry-run"