This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 332d971c789e07b783f95f403f865bde62c162b4 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 (cherry picked from commit fd0facc9f0f8fc0bc630d84b82048e91407dabdc) --- 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 2e8435cb22..ba7c68b103 100644 --- a/dev/README_RELEASE_PROVIDER_PACKAGES.md +++ b/dev/README_RELEASE_PROVIDER_PACKAGES.md @@ -637,7 +637,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)". @@ -648,7 +647,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!>
