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 40ea7a6 commit a32d543Copy full SHA for a32d543
1 file changed
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
5
workflow_dispatch:
6
inputs:
7
releaseversion:
8
- description: 'Release version (yyyy.mm.<no>)'
+ description: 'Release version (<major>.<minor>.<patch>)'
9
required: true
10
type: string
11
default: "X.Y.Z"
@@ -91,8 +91,7 @@ jobs:
91
commit-message: Update report
92
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
93
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
94
- branch: release/${{ inputs.releaseversion }}
95
- base: develop
+ branch: develop
96
delete-branch: true
97
title: '[Release] ${{ inputs.releaseversion }}'
98
body: |
0 commit comments