From 5326fa57f5e8417173597e54798fe0e6daf33cff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 14:42:17 +0000 Subject: [PATCH] chore(gha): bump release-drafter/release-drafter from 7.2.0 to 7.2.1 Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 7.2.0 to 7.2.1. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](https://github.com/release-drafter/release-drafter/compare/v7.2.0...v7.2.1) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/fill-gh-draft-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fill-gh-draft-release.yml b/.github/workflows/fill-gh-draft-release.yml index 032500c..0441ef9 100644 --- a/.github/workflows/fill-gh-draft-release.yml +++ b/.github/workflows/fill-gh-draft-release.yml @@ -17,6 +17,6 @@ jobs: steps: # Drafts your next Release notes as Pull Requests are merged into "main" # The configuration file is shared in https://github.com/process-analytics/.github/ - - uses: release-drafter/release-drafter@v7.2.0 + - uses: release-drafter/release-drafter@v7.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}