Skip to content

Commit 2ef2fba

Browse files
committed
fix: Conventional Commit for release PR
1 parent 58f57c7 commit 2ef2fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks_rls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ tasks:
7272
- vars:
7373
CLI_ARGS: '{{.RELEASE_VERSION}}'
7474
task: set-version
75-
- '( cd "{{.ROOT_DIR2}}"; git add --all; git commit -m "release {{.RELEASE_VERSION}}" )'
75+
- '( cd "{{.ROOT_DIR2}}"; git add --all; git commit -m "feat: release {{.RELEASE_VERSION}}" )'
7676
internal: true
7777

7878
set-version:

0 commit comments

Comments
 (0)