Skip to content

Commit 01e9b00

Browse files
committed
ci: add "chore:" prefix to version bump commits
1 parent cebc632 commit 01e9b00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
print(ET.parse(open('pom.xml')).getroot().find( \
6464
'{http://maven.apache.org/POM/4.0.0}version').text)")
6565
66-
git commit -m "set tm4e version to $projectVersion"
66+
git commit -m "chore: set tm4e version to $projectVersion"
6767
6868
- name: Push changes
6969
env:

0 commit comments

Comments
 (0)