Skip to content

Commit

Permalink
refactor: update commit msg
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Aug 8, 2024
1 parent c7053c2 commit c7d3ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c7d3ccc

Please sign in to comment.