feat: migrate repo releases to manual release-please (#293)

This commit is contained in:
Trevin Chow
2026-03-17 17:58:13 -07:00
committed by GitHub
parent 74fb71731a
commit f47f829d81
44 changed files with 1967 additions and 801 deletions

View File

@@ -17,7 +17,9 @@
"list": "bun run src/index.ts list",
"cli:install": "bun run src/index.ts install",
"test": "bun test",
"release:dry-run": "semantic-release --dry-run"
"release:preview": "bun run scripts/release/preview.ts",
"release:sync-metadata": "bun run scripts/release/sync-metadata.ts --write",
"release:validate": "bun run scripts/release/validate.ts"
},
"dependencies": {
"citty": "^0.1.6",