Skip to content

Commit 3f2746f

Browse files
authored
Merge pull request #8033 from k8s-infra-cherrypick-robot/cherry-pick-7893-to-release-1.2
[release-1.2] 🌱 drop the draft release notes step from github workflow
2 parents 06fea74 + b4c818e commit 3f2746f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,9 @@ jobs:
2727
- name: generate release artifacts
2828
run: |
2929
make release
30-
- name: generate release notes
31-
run: |
32-
make release-notes
3330
- name: Release
3431
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # tag=v1
3532
with:
3633
draft: true
3734
files: out/*
38-
body_path: _releasenotes/${{ env.RELEASE_TAG }}.md
35+
body: "TODO: Copy release notes shared by the comms team"

0 commit comments

Comments
 (0)