We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cebc632 commit 01e9b00Copy full SHA for 01e9b00
1 file changed
.github/workflows/bump-version.yml
@@ -63,7 +63,7 @@ jobs:
63
print(ET.parse(open('pom.xml')).getroot().find( \
64
'{http://maven.apache.org/POM/4.0.0}version').text)")
65
66
- git commit -m "set tm4e version to $projectVersion"
+ git commit -m "chore: set tm4e version to $projectVersion"
67
68
- name: Push changes
69
env:
0 commit comments