Skip to content

Commit 8fb4be3

Browse files
Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 (#221)
* Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Add automated changelog yaml from template --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: OpsLevel Bots <[email protected]>
1 parent a11ca05 commit 8fb4be3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Dependency
2+
body: Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0
3+
time: 2024-11-11T16:22:52.989886409Z

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
gh release delete ${{ steps.version.outputs.RELEASE_VERSION }} || true
7777
- name: Run GoReleaser
78-
uses: goreleaser/goreleaser-action@v6.0.0
78+
uses: goreleaser/goreleaser-action@v6.1.0
7979
with:
8080
args: release --clean --release-notes=../.changes/${{ steps.version.outputs.RELEASE_VERSION }}.md
8181
workdir: ./src

0 commit comments

Comments
 (0)