mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
ci: Check changelog action (#14)
This commit is contained in:
parent
8ed61737dc
commit
49ebc2bb2f
15 changed files with 30162 additions and 20 deletions
30
.github/actions/verify-chart-changelog/package.json
vendored
Normal file
30
.github/actions/verify-chart-changelog/package.json
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "verify-chart-version-bump",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "lib/main.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"package": "npm run build && NODE_OPTIONS=--openssl-legacy-provider ncc build --source-map --license licenses.txt"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.9.0",
|
||||
"@actions/github": "^5.0.3",
|
||||
"ajv": "^8.11.0",
|
||||
"ajv-formats": "^2.1.1",
|
||||
"fs-extra": "^10.1.0",
|
||||
"json-schema-to-ts": "^2.5.5",
|
||||
"semver": "^7.3.7",
|
||||
"yaml": "^2.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/node": "^17.0.21",
|
||||
"@types/semver": "^7.3.10",
|
||||
"@vercel/ncc": "^0.31.1",
|
||||
"typescript": "^4.6.2"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue