From 71eb44f9a10ab43e1926dd5e7d26a7fba11e76e3 Mon Sep 17 00:00:00 2001 From: CodeSigils Date: Sun, 23 Aug 2026 18:34:22 +0300 Subject: [PATCH] ci: generate release notes --- .github/workflows/release.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0111160..08d21af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: release permissions: - contents: read + contents: write on: push: @@ -63,3 +63,8 @@ jobs: run: uv run python .github/scripts/validate-docs.py - name: Validate offline discovery evaluation fixtures run: uv run python scripts/validate-evaluation-fixtures.py + + - name: Create GitHub release with generated notes + env: + GH_TOKEN: ${{ github.token }} + run: gh release create "$GITHUB_REF_NAME" --verify-tag --generate-notes --title "$GITHUB_REF_NAME"