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 fb83e3a commit 6610af7Copy full SHA for 6610af7
.github/workflows/release-on-milestone-closed.yml
@@ -9,6 +9,8 @@ jobs:
9
release:
10
name: "Git tag, release & create merge-up PR"
11
uses: "doctrine/.github/.github/workflows/[email protected]"
12
+ with:
13
+ use-next-minor-as-default-branch: true
14
secrets:
15
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
16
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
0 commit comments