You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by el...@apache.org on 2023/02/11 19:20:12 UTC

[airflow] branch main updated: update README_RELEASE_PROVIDER_PACKAGES.md (#29480)

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

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new a3b8363414 update README_RELEASE_PROVIDER_PACKAGES.md (#29480)
a3b8363414 is described below

commit a3b836341439e4b4c6519274c301bf5ed73c5332
Author: eladkal <45...@users.noreply.github.com>
AuthorDate: Sat Feb 11 21:20:04 2023 +0200

    update README_RELEASE_PROVIDER_PACKAGES.md (#29480)
---
 .github/CODEOWNERS                      |  1 +
 dev/README_RELEASE_PROVIDER_PACKAGES.md | 18 +++++++++++-------
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index c1a5b5fdbb..9ff530ab7e 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -84,6 +84,7 @@ Dockerfile.ci @potiuk @ashb
 /docker_tests/ @potiuk @ashb
 
 # Releasing Guides & Project Guidelines
+/dev/README_RELEASE_PROVIDER_PACKAGES  @eladkal
 /dev/README_RELEASE_*.md  @kaxil
 /dev/README.md  @kaxil
 /dev/PROJECT_GUIDELINES.md  @kaxil
diff --git a/dev/README_RELEASE_PROVIDER_PACKAGES.md b/dev/README_RELEASE_PROVIDER_PACKAGES.md
index d8115ebda1..44ef698213 100644
--- a/dev/README_RELEASE_PROVIDER_PACKAGES.md
+++ b/dev/README_RELEASE_PROVIDER_PACKAGES.md
@@ -333,6 +333,14 @@ cd airflow-site
 export AIRFLOW_SITE_DIRECTORY="$(pwd)"
 ```
 
+Note if this is not the first time you clone the repo make sure main branch is rebased:
+
+```shell script
+cd "${AIRFLOW_SITE_DIRECTORY}"
+git checkout main
+git rebase --pull
+```
+
 - Then you can go to the directory and build the necessary documentation packages
 
 ```shell script
@@ -901,7 +909,7 @@ twine upload -r pypitest ${AIRFLOW_REPO_ROOT}/dist/*.whl ${AIRFLOW_REPO_ROOT}/di
 twine upload -r pypi ${AIRFLOW_REPO_ROOT}/dist/*.whl ${AIRFLOW_REPO_ROOT}/dist/*.tar.gz
 ```
 
-Copy links to updated packages.
+Copy links to updated packages, sort it aphabeticly and save it on the side. You will need it for the announcement message.
 
 * Again, confirm that the packages are available under the links printed.
 
@@ -937,11 +945,7 @@ the artifacts have been published.
 
 Subject:
 
-```shell script
-cat <<EOF
-Airflow Providers prepared on $(date "+%B %d, %Y") are ready
-EOF
-```
+[ANNOUNCE] Apache Airflow Providers prepared on <DATE OF CUT RC> are released
 
 Body:
 
@@ -984,5 +988,5 @@ Don't forget to thank the folks who tested and close the issue tracking the test
 ```shell script
 Thank you everyone.
 Providers are released
-I invite everyone to help improve providers for the next release, a list of open bugs can be found [here](https://github.com/apache/airflow/issues?q=is%3Aopen+is%3Aissue+label%3Akind%3Abug+label%3Aarea%3Aproviders).
+I invite everyone to help improve providers for the next release, a list of open issues can be found [here](https://github.com/apache/airflow/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%3Aproviders).
 ```