add missing release note generation

This commit is contained in:
Fengqing Liu
2025-10-28 15:25:47 +11:00
parent e51f95bd8f
commit 522312e2cc

View File

@@ -44,5 +44,8 @@ jobs:
echo "Branch '$BRANCH_NAME' does not exist, proceeding..."
- name: Auto-generate release notes if missing
run: .github/scripts/generate_release_notes.sh -v "${{ steps.extract.outputs.version }}" -k "${{ secrets.GEMINI_API_KEY }}" -p
- name: Create release branch and update version
run: .github/scripts/create_release.sh "${{ steps.validate.outputs.version }}" "${{ env.CURRENT_BRANCH_NAME }}"