Skip to content

Commit

Permalink
Merge pull request #445 from kubernetes-sigs/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/goreleaser/goreleaser-action-6.0.0

build(deps): bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0
  • Loading branch information
k8s-ci-robot authored Oct 28, 2024
2 parents c86c343 + c24d609 commit 6f2530a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0

- name: Install GoReleaser
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
install-only: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
check-latest: true

- name: Install GoReleaser
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
install-only: true

Expand Down
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
project_name: bom
version: 2

env:
- GO111MODULE=on
Expand Down Expand Up @@ -79,7 +80,7 @@ checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"

release:
github:
Expand All @@ -88,4 +89,4 @@ release:
prerelease: auto

changelog:
skip: true
disable: true

0 comments on commit 6f2530a

Please sign in to comment.