From cc0b8456b99f1c772b546414f19f6f31d7b83433 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 16:05:13 +0000 Subject: [PATCH] Update lucacome/draft-release action to v2.0.1 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | lucacome/draft-release | v2.0.0 | v2.0.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/release-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 177d175485..d0d3593a4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -272,7 +272,7 @@ jobs: echo "GOCACHE=${{ github.workspace }}/.gocache" >> $GITHUB_ENV - name: Create/Update Draft - uses: lucacome/draft-release@fd099feb33710d1fa27b915a08a7acd6a1fb7fd2 # v2.0.0 + uses: lucacome/draft-release@45e4395a3d8463abdb1747b20445b9be16ef6409 # v2.0.1 with: minor-label: "enhancement" major-label: "change" diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index a175447a1c..4723710f76 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -36,7 +36,7 @@ jobs: - name: Get Release Notes id: notes - uses: lucacome/draft-release@fd099feb33710d1fa27b915a08a7acd6a1fb7fd2 # v2.0.0 + uses: lucacome/draft-release@45e4395a3d8463abdb1747b20445b9be16ef6409 # v2.0.1 with: config-path: .github/release-notes.yml dry-run: true