chore: configure release-it to actually make a github release

This commit is contained in:
Christian Benincasa
2026-01-06 12:29:42 -05:00
parent d59fa1536b
commit ae4a8bde3f

View File

@@ -21,5 +21,8 @@
"npm": { "npm": {
"skipChecks": true, "skipChecks": true,
"publish": false "publish": false
},
"github": {
"release": true
} }
} }