fix(release): automate npm releases from main

This commit is contained in:
Kieran Klaassen
2026-03-02 21:14:12 -08:00
parent f5e2f257eb
commit 8fd1670ee2
5 changed files with 935 additions and 14 deletions

6
.releaserc.json Normal file
View File

@@ -0,0 +1,6 @@
{
"branches": [
"main"
],
"tagFormat": "v${version}"
}