This is an automated email from the ASF dual-hosted git repository.
potiuk 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 fd0facc9f0 Clarify how to find changelog for the RC candidates of
providers (#36512)
fd0facc9f0 is described below
commit fd0facc9f0f8fc0bc630d84b82048e91407dabdc
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Dec 31 20:44:37 2023 +0100
Clarify how to find changelog for the RC candidates of providers (#36512)
* Clarify how to find changelog for the RC candidates of providers
We used to have changelog in wheel package description but since
those changelogs are immutable in the released packages, we removed
the changelog from description some time ago and instead we publish
link to the changelog as "project URL". However the changelog
links are not available until we publish the packages, so there is
no easy way to see the changelog - and the "Status of providers"
is the easiest (and pretty convenient) way of looking at what
changes are coming.
This PR removes mentioning that "changelogs are available" in the
PyPI packages and explains that you should look for included PRs in
the "Status issue" until the providers are released.
* Update dev/README_RELEASE_PROVIDER_PACKAGES.md
---
dev/README_RELEASE_PROVIDER_PACKAGES.md | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev/README_RELEASE_PROVIDER_PACKAGES.md
b/dev/README_RELEASE_PROVIDER_PACKAGES.md
index c3129b01fd..6eac801bed 100644
--- a/dev/README_RELEASE_PROVIDER_PACKAGES.md
+++ b/dev/README_RELEASE_PROVIDER_PACKAGES.md
@@ -638,7 +638,6 @@ Please vote accordingly:
[ ] +0 no opinion
[ ] -1 disapprove with the reason
-
Only votes from PMC members are binding, but members of the community are
encouraged to test the release and vote with "(non-binding)".
@@ -649,7 +648,11 @@ the artifact checksums when we actually release.
The status of testing the providers by the community is kept here:
<TODO COPY LINK TO THE ISSUE CREATED>
-You can find packages as well as detailed changelog following the below links:
+The issue is also the easiest way to see important PRs included in the RC
candidates.
+Detailed changelog for the providers will be published in the documentation
after the
+RC candidates are released.
+
+You can find the RC packages in PyPI following these links:
<PASTE TWINE UPLOAD LINKS HERE. SORT THEM BEFORE!>