Skip to content

Commit 4f65c0e

Browse files
committed
Make git-log fallback explicit in release notes step
use-git-fallback already defaults to true; set it explicitly so the workflow self-documents that a missing GEMINI_API_KEY degrades to git commit-log notes rather than failing the release.
1 parent 175eb1a commit 4f65c0e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
command: generate
5454
api-key: ${{ secrets.GEMINI_API_KEY }}
5555
github-token: ${{ secrets.GITHUB_TOKEN }}
56+
# If GEMINI_API_KEY is unset/invalid the LLM step fails and releaseforge
57+
# falls back to git commit-log notes, so the release still succeeds.
58+
use-git-fallback: "true"
5659

5760
- name: Create and push tag
5861
run: |

0 commit comments

Comments
 (0)