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-client-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 38d5588  Update release doc to remove cherrypick instruction (#94)
38d5588 is described below

commit 38d55888f7533253857baa878322007f4581fc21
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Wed Aug 23 14:10:27 2023 +0100

    Update release doc to remove cherrypick instruction (#94)
    
    The cherrypick instruction is no longer needed
---
 dev/README_RELEASE_CLIENT.md | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/dev/README_RELEASE_CLIENT.md b/dev/README_RELEASE_CLIENT.md
index 688ebc9..5fa87b6 100644
--- a/dev/README_RELEASE_CLIENT.md
+++ b/dev/README_RELEASE_CLIENT.md
@@ -75,11 +75,6 @@ cd ${CLIENT_REPO_ROOT}
   git add .
   git commit -m "Add Client Version ${VERSION}"
   ```
-- Cherry-pick this commit: 
https://github.com/apache/airflow-client-python/commit/ddd6fc0545a8066f474c765e1644a5202eebd256
-  ```shell script
-    git cherry-pick ddd6fc0545a8066f474c765e1644a5202eebd256 -x
-  ```
-  #TODO: Remove the cherry-pick instruction above when we upgrade to new 
client generator
 - Raise a PR in airflow-client-python with the above changes
 - Merge the above PR when approved before proceeding
 

Reply via email to