From 44084f7c68455fe1b3e46d2e2897e680ad2830f0 Mon Sep 17 00:00:00 2001 From: Kirill Ivanov Date: Fri, 13 Jun 2025 13:23:54 +0300 Subject: [PATCH] feat(github): release commit name --- .github/workflows/version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 11d00b4..083e1b1 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -13,6 +13,7 @@ jobs: uses: rees46/workflow/.github/workflows/reusable-release-commit-finder.yaml@master secrets: githubToken: ${{ secrets.GITHUB_TOKEN }} + commitMessage: "feat(release): version" bump-version: needs: find-release-commit