mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
* fix(release): guard against non-monotonic tags in set-version Add a pre-tag check that rejects stable releases when an existing tag has a higher semver. This prevents tag-sorting installers (npx skills, simple-git tags.latest) from resolving stale versions. Closes #1282 * fix(review): add --skip-monotonicity-check escape hatch, fix formatting Address review feedback: - Add --skip-monotonicity-check flag for legitimate backport scenarios - Soften error message to show both options (delete tag or skip check) - Fix oxfmt formatting - Add test for new flag parsing