Skip to content

Commit 6610af7

Browse files
authored
Enable creation of the next minor release branch when a new release is created (#2810)
1 parent fb83e3a commit 6610af7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-on-milestone-closed.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
release:
1010
name: "Git tag, release & create merge-up PR"
1111
uses: "doctrine/.github/.github/workflows/[email protected]"
12+
with:
13+
use-next-minor-as-default-branch: true
1214
secrets:
1315
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
1416
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}

0 commit comments

Comments
 (0)