From c7d3cccc342d2d6275a7315c0a7c6a47d58f9dd6 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 8 Aug 2024 22:35:07 +0930 Subject: [PATCH] refactor: update commit msg --- .github/workflows/bump.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump.yaml b/.github/workflows/bump.yaml index cbd6ce4..796e704 100644 --- a/.github/workflows/bump.yaml +++ b/.github/workflows/bump.yaml @@ -244,7 +244,7 @@ jobs: with: # Optional. Commit message for the created commit. # Defaults to "Apply automatic changes" - commit_message: 'chore: bump version' + commit_message: 'build: bump version ${{ steps.get_next_version.outputs.current }} -> ${{ steps.get_next_version.outputs.nextStrict }}' # Optional. Local and remote branch name where commit is going to be pushed # to. Defaults to the current branch.