From 5a4b52d79dab7a991b515b7b86d9501aa50172f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 12:02:34 +0000 Subject: [PATCH] Bump issue-ops/releaser from 2 to 3 Bumps [issue-ops/releaser](https://github.com/issue-ops/releaser) from 2 to 3. - [Release notes](https://github.com/issue-ops/releaser/releases) - [Commits](https://github.com/issue-ops/releaser/compare/v2...v3) --- updated-dependencies: - dependency-name: issue-ops/releaser dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 13fdb84..f3a8352 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -38,6 +38,6 @@ jobs: - name: Create Release id: release - uses: issue-ops/releaser@v2 + uses: issue-ops/releaser@v3 with: tag: v${{ steps.tag.outputs.version }}