chore: add a release automation script

This commit is contained in:
Aarnav Tale
2026-08-27 17:07:32 -07:00
parent 29afac60f6
commit c97e5c6f72
5 changed files with 157 additions and 2 deletions
+2 -1
View File
@@ -18,7 +18,8 @@
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"lint": "oxlint",
"format": "oxfmt"
"format": "oxfmt",
"release": "node --disable-warning=ExperimentalWarning scripts/release.ts"
},
"dependencies": {
"@base-ui/react": "^1.7.0",