Add release workflow

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-12-02 13:38:26 +01:00
parent 0dd5a20f75
commit 0daf272320
2 changed files with 91 additions and 13 deletions

View File

@@ -11,7 +11,7 @@
"release": "n8n-node release",
"prepublishOnly": "n8n-node prerelease"
},
"author": "",
"author": "Probo Inc",
"files": [
"dist"
],
@@ -23,8 +23,29 @@
],
"nodes": []
},
"license": "ISC",
"description": "",
"license": "MIT",
"description": "n8n nodes for integrating with the Probo compliance platform API",
"keywords": [
"n8n",
"n8n-nodes",
"probo",
"compliance",
"soc2",
"automation",
"n8n-community-node-package"
],
"repository": {
"type": "git",
"url": "https://github.com/getprobo/probo.git",
"directory": "packages/n8n-node"
},
"bugs": {
"url": "https://github.com/getprobo/probo/issues"
},
"homepage": "https://github.com/getprobo/probo#README",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"n8n-workflow": "*"
},