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 a832b0a commit f84df20Copy full SHA for f84df20
.github/workflows/release-1-branch.yml
@@ -113,7 +113,7 @@ jobs:
113
uses: './.github/workflows/zulip.yml'
114
secrets: inherit
115
with:
116
- topic: "${{ needs.create-current-branch.outputs.current_minor }} release"
+ topic: "${{ needs.version.outputs.current_minor }} release"
117
content: |
118
:seedling: `${{ needs.version.outputs.current_branch }}` branch created! Checklist:
119
- @*QA* & @*product*: the release window is 4 weeks to make a release, otherwise the branch is scrapped and we start over with next release.
0 commit comments