Add chart-releaser action
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user