fix release script

This commit is contained in:
einhornimmond 2025-11-21 16:14:32 +01:00
parent e2d296f6d1
commit d49c8fdc41

View File

@ -20,7 +20,7 @@
"shared"
],
"scripts": {
"release": "bumpp --no-commit --no-push -r",
"release": "bbump --no-commit --no-push -r",
"version": "auto-changelog -p --commit-limit 0 && git add CHANGELOG.md",
"installAll": "bun run install",
"docker": "cross-env BUILD_COMMIT=$(git rev-parse HEAD) docker compose -f docker-compose.yml up",