ci: only bump minor on breaking change

This commit is contained in:
Mitchell Hanberg 2023-06-12 23:42:04 -04:00
parent dc57221bc9
commit 0c166da988
No known key found for this signature in database

View file

@ -22,6 +22,7 @@ jobs:
with:
release-type: elixir
package-name: temple
bump-minor-pre-major: true
- uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}