Skip to content

Commit 5281bbf

Browse files
committed
ci(docker-release): no need to update release notes manually anymore
1 parent a36deca commit 5281bbf

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/docker-release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,3 @@ jobs:
8282
images+=("${tag}@${DIGEST}")
8383
done
8484
cosign sign --recursive --yes "${images[@]}"
85-
- name: Manually generate release note
86-
shell: bash
87-
run: |
88-
set -euo pipefail
89-
IFS=$'\n\t'
90-
echo "This failure is expected. It is a reminder to update the release notes for this newly created release."
91-
echo "To do so, go to ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/releases/latest and click on the edit button."
92-
echo "Then click on the 'Generate release notes' button and finally the 'Update release' button. Cheers!"
93-
exit 1

0 commit comments

Comments
 (0)