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 6cbb560 commit 36d2ddfCopy full SHA for 36d2ddf
.github/workflows/release-tool.yaml
@@ -78,6 +78,7 @@ jobs:
78
uses: peter-evans/create-pull-request@v7
79
with:
80
title: "Release ${{ github.event.inputs.version }}"
81
+ signoff: true
82
body: |
83
This PR updates the version to ${{ github.event.inputs.version }} in the following files:
84
- manifests/setup/fluent-operator-deployment.yaml
@@ -87,4 +88,6 @@ jobs:
87
88
89
Please review and merge to release the new version.
90
branch: release-${{ github.event.inputs.version }}-work
- base: release-${{ github.event.inputs.version }}
91
+ base: release-${{ github.event.inputs.version }}
92
+ labels: |
93
+ release
0 commit comments