pierrejeambrun commented on code in PR #30339:
URL: https://github.com/apache/airflow/pull/30339#discussion_r1149820027
##########
dev/README_RELEASE_AIRFLOW.md:
##########
@@ -278,6 +285,8 @@ The Release Candidate artifacts we vote upon should be the
exact ones we vote ag
http://www.apache.org/dev/openpgp.html#key-gen-generate-key):
```shell script
+ git checkout main
Review Comment:
cc: @eladkal this is what I missed.
##########
dev/README_RELEASE_AIRFLOW.md:
##########
@@ -303,67 +312,6 @@ When you trigger it you need to pass:
The manual building is described in
[MANUALLY_BUILDING_IMAGES.md](MANUALLY_BUILDING_IMAGES.md).
-
-## Prepare API clients RC packages
-
-### API Clients versioning policy
-
-For major/minor version release, always release new versions of the API
clients.
-
-- [Python client](https://github.com/apache/airflow-client-python)
-- [Go client](https://github.com/apache/airflow-client-go)
-
-For patch version release, you can also release patch versions of clients
**only** if the patch is relevant to the clients.
-A patch is considered relevant to the clients if it updates the [openapi
specification](https://github.com/apache/airflow/blob/main/airflow/api_connexion/openapi/v1.yaml).
-There are other external reasons for which we might want to release a patch
version for clients only, but they are not
-tied to an airflow release and therefore out of scope.
-
-To determine if you should also release API clients you can run:
-
-```shell
-./dev/airflow-github api-clients-policy 2.3.2 2.3.3
-```
-
-> The patch version of each API client is not necessarily in sync with the
patch that you are releasing. You need to check for
-> each client what is the next patch version to be released.
-
-### Prepare the vote artifacts
-
-If API clients are to be released in this airflow version:
-
-- Follow the specific release process for each API client to generate the
artifacts and push to PyPI a
- release candidate client package:
-
- - [Python
client](https://github.com/apache/airflow-client-python/blob/master/dev/README_RELEASE_CLIENT.md)
- - [Go
client](https://github.com/apache/airflow-client-go/blob/master/dev/README_RELEASE_CLIENT.md)
-
-
-## Prepare issue for testing status of rc
Review Comment:
This is now handled by `release-management start-rc-process`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]