From 283150d91e65a7a1e906246696a16ecb98dbc672 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 25 Nov 2024 13:41:09 -0800 Subject: [PATCH] upgrade chart-releaser-action --- .github/actions/chart-releaser-action | 2 +- .github/workflows/superset-helm-release.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/actions/chart-releaser-action b/.github/actions/chart-releaser-action index 120944e6639..a917fd15b20 160000 --- a/.github/actions/chart-releaser-action +++ b/.github/actions/chart-releaser-action @@ -1 +1 @@ -Subproject commit 120944e66390c2534cc1b3c62d7285ba7ff02594 +Subproject commit a917fd15b20e8b64b94d9158ad54cd6345335584 diff --git a/.github/workflows/superset-helm-release.yml b/.github/workflows/superset-helm-release.yml index 20a3d3fa1c2..ac7af138b28 100644 --- a/.github/workflows/superset-helm-release.yml +++ b/.github/workflows/superset-helm-release.yml @@ -1,3 +1,7 @@ +# This workflow automates the release process for Helm charts. +# The workflow creates a new branch for the release and opens a pull request against the 'gh-pages' branch, +# allowing the changes to be reviewed and merged manually. + name: "Helm: release charts" on: