(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)"
|
major_pattern: "(MAJOR)"
|
||||||
minor_pattern: "(MINOR)"
|
minor_pattern: "(MINOR)"
|
||||||
format: "${major}.${minor}.${patch}-${increment}"
|
format: "${major}.${minor}.${patch}-${increment}"
|
||||||
change_path: "src/my-service"
|
bump_each_commit: true
|
||||||
bump_each_commit: false
|
|
||||||
- name: Print Version Numbers
|
- name: Print Version Numbers
|
||||||
run: |
|
run: |
|
||||||
echo ${{join(steps.next_semantic_version.outputs.*, ' - ')}}
|
echo ${{join(steps.next_semantic_version.outputs.*, ' - ')}}
|
||||||
|
|
Reference in a new issue