adutra commented on code in PR #4095:
URL: https://github.com/apache/polaris/pull/4095#discussion_r3026592798
##########
.github/workflows/release-2-update-release-candidate.yml:
##########
@@ -167,6 +173,12 @@ jobs:
Changelog patched successfully
EOT
+ - name: Generate Helm documentation
+ if: env.rc_number == '0'
+ run: |
+ source "${LIBS_DIR}/_exec.sh"
+ exec_process make helm-doc-generate
Review Comment:
I didn't catch this in #4093 but I'm wondering if we should also generate
the schema file as well?
In this case the command to run is `make helm-schema-generate
helm-doc-generate `.
We can also run `make helm` which also lints and runs the unit tests.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]