We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f814c0a commit 8eeef0cCopy full SHA for 8eeef0c
1 file changed
.github/workflows/deployment.yml
@@ -80,7 +80,7 @@ jobs:
80
run: |
81
VERSION=$(jq -r '.version' package.json)
82
git add package.json
83
- git commit -m "bump version to $VERSION"
+ git commit -m "chore: bump version to $VERSION"
84
85
- name: Push changes and tags
86
0 commit comments