Skip to content

v0.2.13

Choose a tag to compare

@lius-new lius-new released this 09 May 13:30
· 50 commits to main since this release
  • Switched GitHub release note resolution to read annotated tag messages from the GitHub API instead of relying on the local CI checkout state.

  • Removed the remaining dependency on local git tag object availability inside the workflow runner.

  • Reduced the chance of releases falling back to auto-generated "Full Changelog" notes when annotated tag metadata exists remotely.

  • Release publishing

    • Resolve tag refs through the GitHub Git API.
    • Read annotated tag messages from the remote tag object.
    • Keep generated release notes only as a fallback when the remote tag is missing or not annotated.
  • 71c1c69 build: read release tag notes from GitHub api