We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d6a8a commit 1d22214Copy full SHA for 1d22214
.github/workflows/release-prepare.yaml
@@ -65,7 +65,7 @@ jobs:
65
token: ${{ secrets.GITHUB_TOKEN }}
66
commit-message: 'chore(release): bump version to v${{ github.event.inputs.version }}'
67
branch: release/v${{ github.event.inputs.version }}
68
- base: master
+ base: v7
69
title: 'Release v${{ github.event.inputs.version }}'
70
body: |
71
This PR prepares the release of version v${{ github.event.inputs.version }}.
0 commit comments