 
|
b3b644b91a
|
fix: release marked as 'latest' despite make_latest: false (#715)
* fix: pass make_latest when finalizing release
The finalizeRelease function was not passing the make_latest parameter
when publishing a release (setting draft: false). According to the
GitHub API, make_latest defaults to `true` for newly published releases,
so `make_latest: false` was being ignored.
Ref: https://github.com/octokit/openapi-types.ts/blob/main/packages/openapi-types/types.d.ts
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: rebuild bundle after make_latest rebase
Signed-off-by: Rui Chen <rui@chenrui.dev>
---------
Signed-off-by: Rui Chen <rui@chenrui.dev>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Rui Chen <rui@chenrui.dev>
|
2026-03-14 19:52:37 -04:00 |
|