Skip to content

Commit

Permalink
Merge pull request #265 from planetlabs/updates
Browse files Browse the repository at this point in the history
Goreleaser config update
  • Loading branch information
tschaub authored Mar 10, 2025
2 parents 3c8cb72 + c93d33c commit f53307b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,22 @@ jobs:
go-version: '1.22'
- run: go test -v ./...

release-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/[email protected]
with:
go-version: '1.22'
- uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
args: check

wasm:
runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 4 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
version: 2

before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -45,7 +48,7 @@ dockers:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
version_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
use: github-native
Expand Down

0 comments on commit f53307b

Please sign in to comment.