From 6e9823af232181e610e23da0f1c4dac66481e25b Mon Sep 17 00:00:00 2001 From: JaeSeo Yang <96044622+psychology50@users.noreply.github.com> Date: Thu, 30 May 2024 15:46:02 +0900 Subject: [PATCH] release: api-v1.0.0 --- .github/workflows/create-tag-and-release.yml | 1 + 1 file changed, 1 insertion(+) 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'