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

potiuk pushed a change to branch extract-docs-to-separate-workflow
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard ae731d181b Extract docs to a separate workflow
     add e9d3232895 Cleanup Airflow Configurations environment variables before 
run the tests (#38188)
     add 8660eef337 Migrating issue generation to breeze release-management 
(#38062)
     add 3adc8ff76e Extract docs to a separate workflow

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ae731d181b)
            \
             N -- N -- N   refs/heads/extract-docs-to-separate-workflow 
(3adc8ff76e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/check-providers.yml              |   4 +
 .github/workflows/docs.yml                         |   1 +
 .github/workflows/helm-tests.yml                   |   5 +
 dev/README_RELEASE_AIRFLOW.md                      |   3 +-
 dev/README_RELEASE_HELM_CHART.md                   |   5 +-
 dev/breeze/doc/09_release_management_tasks.rst     |  20 ++
 .../doc/images/output_release-management.svg       |  68 ++--
 .../doc/images/output_release-management.txt       |   2 +-
 ...ease-management_generate-issue-content-core.svg | 138 ++++++++
 ...ease-management_generate-issue-content-core.txt |   1 +
 ...anagement_generate-issue-content-helm-chart.svg | 138 ++++++++
 ...anagement_generate-issue-content-helm-chart.txt |   1 +
 .../output_setup_check-all-params-in-groups.svg    |  50 +--
 .../output_setup_check-all-params-in-groups.txt    |   2 +-
 .../output_setup_regenerate-command-images.svg     |  58 ++--
 .../output_setup_regenerate-command-images.txt     |   2 +-
 .../commands}/ISSUE_TEMPLATE.md.jinja2             |   0
 .../commands/release_management_commands.py        | 358 ++++++++++++++++++++-
 .../commands/release_management_commands_config.py |  26 ++
 dev/prepare_release_issue.py                       | 323 -------------------
 tests/conftest.py                                  |  29 ++
 21 files changed, 825 insertions(+), 409 deletions(-)
 create mode 100644 
dev/breeze/doc/images/output_release-management_generate-issue-content-core.svg
 create mode 100644 
dev/breeze/doc/images/output_release-management_generate-issue-content-core.txt
 create mode 100644 
dev/breeze/doc/images/output_release-management_generate-issue-content-helm-chart.svg
 create mode 100644 
dev/breeze/doc/images/output_release-management_generate-issue-content-helm-chart.txt
 copy dev/{ => breeze/src/airflow_breeze/commands}/ISSUE_TEMPLATE.md.jinja2 
(100%)
 delete mode 100755 dev/prepare_release_issue.py

Reply via email to