feat: add changelog to release (#11)

- closes #5

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/11
This commit is contained in:
Michael Kriese 2023-01-04 14:41:12 +00:00
parent e4af9c28af
commit c2199f0640
4 changed files with 2910 additions and 1 deletions

View file

@ -9,11 +9,14 @@
"npm": ">=8.0.0"
},
"scripts": {
"changelog": "node tools/changelog.mjs",
"readme:lint": "markdownlint *.md -f",
"readme:parameters": "readme-generator -v values.yaml -r README.md"
},
"devDependencies": {
"@bitnami/readme-generator-for-helm": "^2.4.2",
"conventional-changelog-conventionalcommits": "^5.0.0",
"conventional-changelog-core": "^4.2.4",
"markdownlint-cli": "^0.32.0"
}
}