This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch add-github-release-to-process in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git
commit 69d7709fddea59a4a4a3e5283d1ca83d088621e5 Author: pierrejeambrun <[email protected]> AuthorDate: Sun Jan 29 18:23:23 2023 +0100 Add github release to release process --- dev/README_RELEASE_CLIENT.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev/README_RELEASE_CLIENT.md b/dev/README_RELEASE_CLIENT.md index 902b966..07fd129 100644 --- a/dev/README_RELEASE_CLIENT.md +++ b/dev/README_RELEASE_CLIENT.md @@ -397,6 +397,10 @@ At this point we release an official package: git push origin ${VERSION} ``` +## Create release on GitHub + +Create a new release on GitHub with the release notes and assets from the release svn. + ## Notify developers of release See Airflow process documented [here](https://github.com/apache/airflow/blob/master/dev/README_RELEASE_AIRFLOW.md#notify-developers-of-release) (just replace Airflow with Airflow Client)
