mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-06 17:57:05 +00:00
feat: add helmchart updater
Signed-off-by: skuethe <56306041+skuethe@users.noreply.github.com>
This commit is contained in:
parent
8d6175c13b
commit
9cb85f630c
5 changed files with 109 additions and 2 deletions
|
|
@ -57,5 +57,6 @@ Learn more in the [Release Notes customization](../guides/release-notes.md) guid
|
|||
### Updater
|
||||
|
||||
Updaters can update or create files that will be included in [Release Pull Request](#release-pull-request). Examples of Updaters are
|
||||
`changelog` for `CHANGELOG.md`, `generic` that can update arbitrary files and
|
||||
`packagejson` that knows how to update Node.JS `package.json` files.
|
||||
`changelog` for `CHANGELOG.md`, `generic` that can update arbitrary files,
|
||||
`packagejson` that knows how to update Node.JS `package.json` files and
|
||||
`helmchart` for Helm's `Chart.yaml` file.
|
||||
|
|
@ -31,3 +31,10 @@ Learn more about this updater in ["Updating arbitrary files"](../guides/updating
|
|||
- **Default**: disabled
|
||||
|
||||
This updater can update the `version` field in Node.js `package.json` files. The updater is disabled by default.
|
||||
|
||||
## Helm's `Chart.yaml` Updater
|
||||
|
||||
- **Name**: `helmchart`
|
||||
- **Default**: disabled
|
||||
|
||||
This updater can update the `version` field in Helm's `Chart.yaml` files. The updater is disabled by default.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue