diff --git a/.github/workflows/create-tag-and-release.yml b/.github/workflows/create-tag-and-release.yml index c8dd652ec..8ee285cf6 100644 --- a/.github/workflows/create-tag-and-release.yml +++ b/.github/workflows/create-tag-and-release.yml @@ -40,6 +40,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} default_bump: patch + release_branches: main,dev.* custom_release_rules: release:major, feat:minor:Features, refactor:minor:Refactoring, fix:patch:Bug Fixes, hotfix:patch:Hotfixes, docs:patch:Documentation, style:patch:Styles, perf:patch:Performance Improvements, test:patch:Tests, ci:patch:Continuous Integration, chore:patch:Chores, revert:patch:Reverts tag_prefix: '${{ steps.module_prefix.outputs.module }}-v'