Skip to content

[codex] Anchor desktop release notes to previous stable tag#28

Merged
DragonnZhang merged 1 commit into
mainfrom
dragon/release-notes-start-tag
Jun 10, 2026
Merged

[codex] Anchor desktop release notes to previous stable tag#28
DragonnZhang merged 1 commit into
mainfrom
dragon/release-notes-start-tag

Conversation

@DragonnZhang

Copy link
Copy Markdown
Collaborator

Summary

  • find the latest published stable release before creating a desktop release
  • pass that tag as --notes-start-tag so generated notes are incremental
  • keep draft/prerelease releases out of the previous-tag selection

Impact

This makes GitHub generated release notes use compare/<previous>...<current> instead of falling back to /commits/<current>, so What's Changed, New Contributors, and Full Changelog are scoped to the release interval.

Testing

  • ruby -e 'require "yaml"; YAML.load_file(".github/workflows/desktop-release.yml"); puts "workflow yaml ok"'\n- git diff --check\n- verified the previous-tag selector returns v0.0.3 while skipping the v0.0.4 draft\n- verified GitHub release notes generation returns a compare/v0.0.3...v0.0.5 Full Changelog link

@DragonnZhang DragonnZhang marked this pull request as ready for review June 10, 2026 08:56
@DragonnZhang DragonnZhang merged commit 44c061d into main Jun 10, 2026
1 check passed
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