v0.2.13
-
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