ci: only bump minor on breaking change
This commit is contained in:
parent
dc57221bc9
commit
0c166da988
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
release-type: elixir
|
release-type: elixir
|
||||||
package-name: temple
|
package-name: temple
|
||||||
|
bump-minor-pre-major: true
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
if: ${{ steps.release.outputs.release_created }}
|
if: ${{ steps.release.outputs.release_created }}
|
||||||
|
|
Reference in a new issue