Skip to content

ci: auto-generate What's Changed notes on release#34

Merged
rrbe merged 1 commit into
mainfrom
ci/release-notes
Jun 17, 2026
Merged

ci: auto-generate What's Changed notes on release#34
rrbe merged 1 commit into
mainfrom
ci/release-notes

Conversation

@rrbe

@rrbe rrbe commented Jun 17, 2026

Copy link
Copy Markdown
Owner

What

The publish job now generates GitHub's "What's Changed" changelog (merged PRs + commits since the previous tag, plus a Full Changelog link) and uses it as the release body when publishing — instead of the fixed See the assets below to download the app. string.

How

Uses the POST /repos/{owner}/{repo}/releases/generate-notes API in the publish step, appends the download hint, then gh release edit --notes-file ... --draft=false --latest.

Example (backfilled onto v0.13.0)

## What's Changed
* chore: remove tauri updater plugin by @rrbe in #29
* fix: correct grove convert rollback hint ... by @rrbe in #30
* feat: grove worktree detach / attach ... by @rrbe in #31
* chore: bump version to 0.13.0 by @rrbe in #32

**Full Changelog**: v0.12.1...v0.13.0

Follow-up to #33.

@rrbe rrbe merged commit cdb8001 into main Jun 17, 2026
3 checks passed
@rrbe rrbe deleted the ci/release-notes branch June 17, 2026 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant