From 46f295bb05a397b0516b2f01d4b5c2d5814355d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:06:59 -0600 Subject: [PATCH] Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 (#487) * 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](https://github.com/goreleaser/goreleaser-action/compare/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] * Add automated changelog yaml from template --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: OpsLevel Bots --- .changes/unreleased/Dependency-20241111-112757.yaml | 3 +++ .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependency-20241111-112757.yaml diff --git a/.changes/unreleased/Dependency-20241111-112757.yaml b/.changes/unreleased/Dependency-20241111-112757.yaml new file mode 100644 index 00000000..69c54cd6 --- /dev/null +++ b/.changes/unreleased/Dependency-20241111-112757.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 +time: 2024-11-11T11:27:57.096260514Z diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc8df932..5df00d4b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: git tag -f ${{ steps.version.outputs.RELEASE_VERSION }} -m "Cut Release '${{ steps.version.outputs.RELEASE_VERSION }}'" git push -f origin refs/tags/${{ steps.version.outputs.RELEASE_VERSION }} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v6.0.0 + uses: goreleaser/goreleaser-action@v6.1.0 with: args: release --clean --release-notes=./.changes/${{ steps.version.outputs.RELEASE_VERSION }}.md env: