From 0bb1a70555b90294e61aa3123f5791a8a07cd378 Mon Sep 17 00:00:00 2001 From: wjam Date: Mon, 24 Nov 2025 03:34:54 +0000 Subject: [PATCH] Update changie to v1.24.0 Update the changie version to [v1.24.0](https://github.com/miniscruff/changie/releases/tag/v1.24.0) --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ae19ad6..aedc443 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,13 +42,13 @@ jobs: - name: Batch .changes/unreleased into .changes/version.md uses: miniscruff/changie-action@5036dffa79ffc007110dc7f75eca7ef72780e147 # v2.1.0 with: - version: v1.22.1 + version: v1.24.0 args: "batch ${{ inputs.version }}" - name: Update CHANGELOG.md uses: miniscruff/changie-action@5036dffa79ffc007110dc7f75eca7ef72780e147 # v2.1.0 with: - version: v1.22.1 + version: v1.24.0 args: merge - name: Push changelog changes