(minor) test

This commit is contained in:
Joel Klimont 2022-10-05 22:44:32 +02:00
parent c65016f135
commit 2152d6ac89

View file

@ -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"