build(*): Enable github actions releases

This commit is contained in:
Josh Creek
2026-03-05 21:47:35 +00:00
parent 0433fe5c2c
commit cd7ac1286c
10 changed files with 2817 additions and 9 deletions
@@ -16,6 +16,12 @@
},
"author": "Josh Creek",
"license": "GPL-3.0",
"release": {
"extends": [
"../../release.config.cjs",
"semantic-release-monorepo"
]
},
"scripts": {
"build": "tsc"
},