(minor) test
This commit is contained in:
parent
c65016f135
commit
2152d6ac89
1 changed files with 1 additions and 2 deletions
3
.github/workflows/complib-package.yml
vendored
3
.github/workflows/complib-package.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
uses: paulhatch/semantic-version@v5.0.0-alpha2
|
uses: paulhatch/semantic-version@v5.0.0-alpha2
|
||||||
id: next_semantic_version
|
id: next_semantic_version
|
||||||
with:
|
with:
|
||||||
branch: build-test
|
branch: "build-test"
|
||||||
tag_prefix: "v"
|
tag_prefix: "v"
|
||||||
major_pattern: "(MAJOR)"
|
major_pattern: "(MAJOR)"
|
||||||
major_regexp_flags: ""
|
major_regexp_flags: ""
|
||||||
|
@ -30,7 +30,6 @@ jobs:
|
||||||
minor_regexp_flags: ""
|
minor_regexp_flags: ""
|
||||||
format: "${major}.${minor}.${patch}-prerelease${increment}"
|
format: "${major}.${minor}.${patch}-prerelease${increment}"
|
||||||
change_path: "src/my-service"
|
change_path: "src/my-service"
|
||||||
namespace: complib
|
|
||||||
bump_each_commit: false
|
bump_each_commit: false
|
||||||
search_commit_body: false
|
search_commit_body: false
|
||||||
user_format_type: "csv"
|
user_format_type: "csv"
|
||||||
|
|
Reference in a new issue