Skip to content

Commit 8eeef0c

Browse files
ci(.github/workflows/deployment): add 'chore' prefix to version bump commit message (#218)
Co-authored-by: seungrodotlee <seungrodotlee@gmail.com>
1 parent f814c0a commit 8eeef0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
VERSION=$(jq -r '.version' package.json)
8282
git add package.json
83-
git commit -m "bump version to $VERSION"
83+
git commit -m "chore: bump version to $VERSION"
8484
8585
- name: Push changes and tags
8686
run: |

0 commit comments

Comments
 (0)