Skip to content

Commit ede0321

Browse files
committed
ci(.github/workflows/deployment): add 'chore:' prefix to version bump commit message
1 parent 94bbc08 commit ede0321

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)