(MINOR) test4
This commit is contained in:
parent
57c7596718
commit
cdb1a9aae0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/complib-package.yml
vendored
2
.github/workflows/complib-package.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
tag_prefix: "v"
|
tag_prefix: "v"
|
||||||
major_pattern: "(MAJOR)"
|
major_pattern: "(MAJOR)"
|
||||||
minor_pattern: "(MINOR)"
|
minor_pattern: "(MINOR)"
|
||||||
format: "${major}.${minor}.${patch}-{increment}"
|
format: "${major}.${minor}.${patch}-${increment}"
|
||||||
change_path: "src/my-service"
|
change_path: "src/my-service"
|
||||||
bump_each_commit: false
|
bump_each_commit: false
|
||||||
- name: test
|
- name: test
|
||||||
|
|
Reference in a new issue