Skip to content

Commit 71f9bcc

Browse files
author
David Collom
committed
Fix up PR Body from " and give PR creation for helm release a better title
1 parent 6911503 commit 71f9bcc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ concurrency:
1313

1414
jobs:
1515
release-name:
16+
name: Generate a clean release name from the branch/tag
1617
runs-on: ubuntu-latest
1718
outputs:
1819
name: ${{ steps.release_number.outputs.substring }}
@@ -116,7 +117,7 @@ jobs:
116117
target_branch: main
117118
title: "Release ${{needs.release-name.outputs.name}}"
118119
body: |-
119-
"**Automated Release Pull Request**
120+
**Automated Release Pull Request**
120121
121122
## Change log:
122123
${{steps.github_release.outputs.changelog}}
@@ -163,7 +164,7 @@ jobs:
163164
cosign sign-blob -y jetstack-charts/charts/version-checker-${{ needs.release-name.outputs.name }}.tgz \
164165
--bundle jetstack-charts/charts/version-checker-${{ needs.release-name.outputs.name }}.tgz.cosign.bundle
165166
166-
- name: Creating PR
167+
- name: Creating Publishing Chart's PR
167168
uses: peter-evans/create-pull-request@v7
168169
if: ${{ startsWith(github.ref, 'refs/tags/') }}
169170
with:

0 commit comments

Comments
 (0)