You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix helm release process
* Fix CI helm checks, remove version number param
* Remove rc preparation test as not existing anymore
---------
Co-authored-by: Jens Scheffler <jscheffl@apache.org>
Note: The version suffix is only used for the RC tag and tag message. The version in the tarball is without the suffix, so the tarball can be released as-is when the vote passes.
@@ -313,31 +313,17 @@ you need to run several workflows to publish the documentation. More details abo
313
313
[Docs README](../docs/README.md) showing the architecture and workflows including manual workflows for
314
314
emergency cases.
315
315
316
-
There are two steps to publish the documentation:
317
316
318
-
1. Publish the documentation to the `staging` S3 bucket.
319
-
320
-
The release manager publishes the documentation using GitHub Actions workflow
321
-
[Publish Docs to S3](https://github.com/apache/airflow/actions/workflows/publish-docs-to-s3.yml).
322
-
323
-
You can specify the RC tag to use to build the docs and 'helm-chart' passed as packages to be built.
324
-
325
-
The release manager publishes the documentation using GitHub Actions workflow
326
-
[Publish Docs to S3](https://github.com/apache/airflow/actions/workflows/publish-docs-to-s3.yml). By
327
-
default `auto` selection should publish to the `staging` bucket - based on
328
-
the tag you use - pre-release tags go to staging. But you can also override it and specify the destination
329
-
manually to be `live` or `staging`.
330
-
331
-
After that step, the provider documentation should be available under the https://airflow.staged.apache.org
332
-
(same as in the helm chart documentation).
333
-
334
-
2. Invalidate Fastly cache for the documentation.
317
+
You should use the `breeze` command to publish the documentation.
318
+
The command does the following:
335
319
336
-
In order to do it, you need to run the [Build docs](https://github.com/apache/airflow-site/actions/workflows/build.yml)
337
-
workflow in `airflow-site` repository. Make sure to use `staging` branch.
320
+
1. Triggers [Publish Docs to S3](https://github.com/apache/airflow/actions/workflows/publish-docs-to-s3.yml).
321
+
2. Triggers workflow in apache/airflow-site to refresh
322
+
3. Triggers S3 to GitHub Sync
338
323
339
-
After that workflow completes, the new version should be available in the drop-down list and stable links
340
-
should be updated and Fastly cache should be invalidated.
0 commit comments