Skip to content

Commit 9ac783c

Browse files
committed
ci: use Conventional Commits for release commit
1 parent acb5880 commit 9ac783c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
sed -i "s/^version\s*=.*/version = ${{ inputs.version }}/" gradle.properties
5656
git add gradle.properties
57-
git commit --allow-empty -m "Releasing version ${{ inputs.version }}"
57+
git commit --allow-empty -m "release: Releasing version ${{ inputs.version }}"
5858
git push origin HEAD
5959
6060
- name: Build

0 commit comments

Comments
 (0)