Skip to content

Commit

Permalink
bump version, goreleaser use clean flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadl0ck committed Jun 28, 2023
1 parent d154eb2 commit 8ad10e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zeus/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ language: bash
globals:
binaryName: zeus
buildDir: bin
version: 0.9.12
version: 0.9.13

# all commands
# available fields:
Expand Down
2 changes: 1 addition & 1 deletion zeus/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ echo "[INFO] pushing new git tag"
git push origin "v${version}"

echo "[INFO] running goreleaser"
goreleaser --rm-dist
goreleaser --clean

echo "[INFO] done"

0 comments on commit 8ad10e6

Please sign in to comment.