feat: initial setup of github action and semantic release

This commit is contained in:
2025-12-16 20:16:35 +03:00
commit 717c267d0e
6 changed files with 2459 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "setup-weld-action",
"version": "1.0.0",
"description": "GitHub Action to set up the Weld CLI",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"github",
"action",
"weld"
],
"author": "",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^24.2.9"
}
}