You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(latest): add make_latest property to the GH release PATCH request…
… during publish (#1169)
* fix(latest): add make_latest property to the GH release PATCH request during publish
It's required to not mark as latest when removing draft status after assets upload
* test: fix tests
fix(latest): add `make_latest` property to the GH release POST reques…
…t during publish (#1157)
* Add make_latest publish flag and isLatestRelease helper
* fix integration tests
* Add two new integration tests for publishing releases without assets
* Add another integration test for maintenance releases
feat(node-versions): raise the minimum node version requirement for t…
…he v24 range
since node v24 has not yet reached LTS status
BREAKING CHANGE: the minimum node version for the v24 range is now v24.10.0