10000 Update release doc to remove cherrypick instruction (#94) · apache/airflow-client-python@38d5588 · GitHub
[go: up one dir, main page]

Skip to content

Commit 38d5588

Browse files
authored
Update release doc to remove cherrypick instruction (#94)
The cherrypick instruction is no longer needed
1 parent fad0465 commit 38d5588

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dev/README_RELEASE_CLIENT.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ cd ${CLIENT_REPO_ROOT}
7575
git add .
7676
git commit -m "Add Client Version ${VERSION}"
7777
```
78-
- Cherry-pick this commit: https://github.com/apache/airflow-client-python/commit/ddd6fc0545a8066f474c765e1644a5202eebd256
79-
```shell script
80-
git cherry-pick ddd6fc0545a8066f474c765e1644a5202eebd256 -x
81-
```
82-
#TODO: Remove the cherry-pick instruction above when we upgrade to new client generator
8378
- Raise a PR in airflow-client-python with the above changes
8479
- Merge the above PR when approved before proceeding
8580

0 commit comments

Comments
 (0)
0