(MINOR) something
This commit is contained in:
parent
71bb71587a
commit
f29c78514a
1 changed files with 1 additions and 2 deletions
3
.github/workflows/complib-package.yml
vendored
3
.github/workflows/complib-package.yml
vendored
|
@ -27,8 +27,7 @@ jobs:
|
|||
major_pattern: "(MAJOR)"
|
||||
minor_pattern: "(MINOR)"
|
||||
format: "${major}.${minor}.${patch}-${increment}"
|
||||
change_path: "src/my-service"
|
||||
bump_each_commit: false
|
||||
bump_each_commit: true
|
||||
- name: Print Version Numbers
|
||||
run: |
|
||||
echo ${{join(steps.next_semantic_version.outputs.*, ' - ')}}
|
||||
|
|
Reference in a new issue