Add chart-releaser action

Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
This commit is contained in:
Reinhard Naegele
2019-11-22 16:00:54 +01:00
commit b000906c7a
7 changed files with 375 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "chart-testing",
"version": "0.0.0",
"description": "kind GitHub action",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"test": "jest"
},
"author": "The Helm Authors",
"license": "Apache",
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/tool-cache": "^1.1.2",
"@actions/exec": "^1.0.1",
"@actions/io": "^1.0.1"
},
"devDependencies": {
"@types/node": "^12.12.8",
"typescript": "^3.7.2"
}
}