Skip to content

Commit

Permalink
Merge pull request #2878 from chrischdi/pr-not-fail-release-notes
Browse files Browse the repository at this point in the history
🌱 github: still create a draft release on release notes generation failures
  • Loading branch information
k8s-ci-robot authored Apr 4, 2024
2 parents 68e7c45 + 874ee2e commit fba8e05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
run: |
make release
- name: generate release notes
# Ignore failures for release-notes generation so they could still get
# generated manually before publishing.
run: |
make generate-release-notes
make generate-release-notes || echo "Failed to generate release notes" >> _releasenotes/${{ env.RELEASE_TAG }}.md
env:
GH_TOKEN: ${{ github.token }}
- name: Release
Expand Down

0 comments on commit fba8e05

Please sign in to comment.