You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/29 19:16:07 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #18612: Update helm chart release docs

kaxil commented on a change in pull request #18612:
URL: https://github.com/apache/airflow/pull/18612#discussion_r718812508



##########
File path: dev/README_RELEASE_HELM_CHART.md
##########
@@ -50,6 +51,13 @@ details the steps for releasing Helm Chart.
 
 - Helm version >= 3.5.4
 
+## Build Changelog
+
+Before creating the RC, you need to build and commit the changelog for the release. For example, to list the commits:
+
+```shell
+git log --oneline helm-chart/1.1.0..main --pretty='format:- %s' -- chart/ docs/helm-chart/
+```

Review comment:
       Would be good to add a note here rhat in this case 1.1.0 is the previous version




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org