This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch potiuk-patch-1
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit fcfb2099f24fdee866a10b97706699286b964886
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Feb 14 18:49:43 2026 +0100

    Fix VERSION_SUFFIX typo and update note in README
    
    Corrected the spelling of 'VERSION_SUFFIX' in the command and clarified the 
note regarding its temporary unsetting.
---
 dev/README_RELEASE_HELM_CHART.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev/README_RELEASE_HELM_CHART.md b/dev/README_RELEASE_HELM_CHART.md
index 71fcd33604b..816424c3ec4 100644
--- a/dev/README_RELEASE_HELM_CHART.md
+++ b/dev/README_RELEASE_HELM_CHART.md
@@ -501,10 +501,12 @@ rm -rf dist/*
 
 ```shell
 breeze release-management prepare-helm-chart-tarball --version-suffix 
${VERSION_SUFFIX} --ignore-version-check --skip-tagging
-VERISON_SUFFIX= breeze release-management prepare-helm-chart-package
+VERSION_SUFFIX= breeze release-management prepare-helm-chart-package
 ```
 
-Note: we temporarily unset VERSION_SUFFIX when preparing the package, as we do 
not want it set and the flag defaults to the env var
+> [!NOTE]
+> In case VERSION_SUFFIX is `exported`, we temporarily unset VERSION_SUFFIX 
when preparing the package, 
+> as we do not want it set and the flag defaults to the env var.
 
 5. Compare the produced tarball binary with ones in SVN:
 As a PMC member, you should be able to clone the SVN repository:

Reply via email to