mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-07 02:07:04 +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
|
|
@ -104,6 +104,8 @@ func newRunCommand() *cobra.Command {
|
|||
updaters = append(updaters, updater.Changelog())
|
||||
case "packagejson":
|
||||
updaters = append(updaters, updater.PackageJson())
|
||||
case "helmchart":
|
||||
updaters = append(updaters, updater.HelmChart())
|
||||
default:
|
||||
return fmt.Errorf("unknown updater: %s", name)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue