(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
|
||||
id: next_semantic_version
|
||||
with:
|
||||
branch: build-test
|
||||
branch: "build-test"
|
||||
tag_prefix: "v"
|
||||
major_pattern: "(MAJOR)"
|
||||
major_regexp_flags: ""
|
||||
|
@ -30,7 +30,6 @@ jobs:
|
|||
minor_regexp_flags: ""
|
||||
format: "${major}.${minor}.${patch}-prerelease${increment}"
|
||||
change_path: "src/my-service"
|
||||
namespace: complib
|
||||
bump_each_commit: false
|
||||
search_commit_body: false
|
||||
user_format_type: "csv"
|
||||
|
|
Reference in a new issue