Skip to content
Snippets Groups Projects
Commit 589ffe5f authored by david.bauer's avatar david.bauer :fire:
Browse files

Add release-it for helm chart

parent df6bcae7
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,9 @@
All notable changes to this project will be documented in this file.
## [Unreleased]
- Add release workflow
## [1.1.236706]
### Added
- Start changelog
{
"git": { "push": false, "tag": false, "changelog": false, "commitMessage": "Bump helm chart version ${version}" },
"npm": false,
"plugins": {
"@j-ulrich/release-it-regex-bumper": {
"in": {
"file": "Chart.yaml",
"search": "version: (\\d+\\.\\d+\\.\\d+)"
},
"out": [
{
"file": "Chart.yaml",
"search": "version: \\d+\\.\\d+\\.\\d+",
"replace": "version: {{version}}"
}
]
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment