Skip to content

Commit

Permalink
chore: Add tasks for testing goreleaser and semantic-release to the T…
Browse files Browse the repository at this point in the history
…askfile
  • Loading branch information
erNail committed Jun 15, 2024
1 parent 6c9f4a9 commit 741d274
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 741d274

Please sign in to comment.