From 37c54c4bafcb81eaf6977caee16c08ff50366ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 10:13:09 +0000 Subject: [PATCH] chore(deps): bump schwma/parse-changelog-action from 1.0.0 to 1.2.0 Bumps [schwma/parse-changelog-action](https://github.com/schwma/parse-changelog-action) from 1.0.0 to 1.2.0. - [Release notes](https://github.com/schwma/parse-changelog-action/releases) - [Changelog](https://github.com/schwma/parse-changelog-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/schwma/parse-changelog-action/compare/v1.0.0...v1.2.0) --- updated-dependencies: - dependency-name: schwma/parse-changelog-action dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2551c5b8..aa33e4e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: uses: martinbeentjes/npm-get-version-action@v1.2.3 - name: parse changelog id: parse-changelog - uses: schwma/parse-changelog-action@v1.0.0 + uses: schwma/parse-changelog-action@v1.2.0 with: version: '${{ steps.package-version.outputs.current-version }}' - name: create a GitHub release