From 35fe0577d76a24b50a8291916097938572c7b972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 17:38:54 +0000 Subject: [PATCH 1/2] Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6e7c6d52..fb010dcb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -82,7 +82,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@v5.0.0 + uses: goreleaser/goreleaser-action@v5.1.0 with: args: release --clean --release-notes=../.changes/${{ steps.version.outputs.RELEASE_VERSION }}.md workdir: ./src From 6fdaf323f4b722d47c9a26a2dffd501f01335e57 Mon Sep 17 00:00:00 2001 From: OpsLevel Bots Date: Mon, 13 May 2024 17:39:23 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template --- .changes/unreleased/Dependency-20240513-173922.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changes/unreleased/Dependency-20240513-173922.yaml diff --git a/.changes/unreleased/Dependency-20240513-173922.yaml b/.changes/unreleased/Dependency-20240513-173922.yaml new file mode 100644 index 00000000..cfc143f4 --- /dev/null +++ b/.changes/unreleased/Dependency-20240513-173922.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 +time: 2024-05-13T17:39:22.479641091Z