Skip to content

Commit 1d22214

Browse files
authored
Update base branch for release preparation
Change base branch for release preparation from master to v7.
1 parent 13d6a8a commit 1d22214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-prepare.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
token: ${{ secrets.GITHUB_TOKEN }}
6666
commit-message: 'chore(release): bump version to v${{ github.event.inputs.version }}'
6767
branch: release/v${{ github.event.inputs.version }}
68-
base: master
68+
base: v7
6969
title: 'Release v${{ github.event.inputs.version }}'
7070
body: |
7171
This PR prepares the release of version v${{ github.event.inputs.version }}.

0 commit comments

Comments
 (0)