chore: add a new just command to check for semver breaking changes

This commit is contained in:
2025-10-09 17:46:04 +02:00
parent 6242404cfb
commit 408022d479

View File

@@ -1,6 +1,9 @@
default: default:
just --list just --list
check_semver:
cd 01.workspace/heave && cargo semver-checks --baseline-rev origin/next
sync_remotes: sync_remotes:
git push codeberg.org next git push codeberg.org next
git push github.com next git push github.com next