Skip to content

Commit

Permalink
Update goreleaser config for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
anishathalye committed Dec 25, 2024
1 parent 12b847b commit 78730d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker://goreleaser/goreleaser-cross:v1.23.3
- uses: docker://goreleaser/goreleaser-cross:v1.24.0
with:
args: --clean
env:
Expand Down
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
project_name: periscope
before:
hooks:
Expand Down Expand Up @@ -50,9 +51,9 @@ builds:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "SNAPSHOT-{{ .ShortCommit }}"
version_template: "SNAPSHOT-{{ .ShortCommit }}"
changelog:
skip: true
disable: true
archives:
- wrap_in_directory: true
format: tar.gz
Expand Down

0 comments on commit 78730d7

Please sign in to comment.