Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
with:
commit_message: Bumping release to ${{ steps.buildUpdate.outputs.v }}
branch: release
push_options: '--force'
Minor:
if: startsWith(github.head_ref, 'minor/') && github.event.pull_request.merged == true
outputs:
Expand All @@ -63,6 +64,7 @@ jobs:
with:
commit_message: Bumping release to ${{ steps.buildUpdate.outputs.v }}
branch: release
push_options: '--force'
Major:
if: startsWith(github.head_ref, 'major/') && github.event.pull_request.merged == true
outputs:
Expand All @@ -87,4 +89,5 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Bumping release to ${{ steps.buildUpdate.outputs.v }}
branch: release
branch: release
push_options: '--force'