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-go.git
commit cd97ff2d22e313c8b42991fc6a8c8feb93ff6366 Author: pierrejeambrun <[email protected]> AuthorDate: Sun Jan 29 18:29:02 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 6589025..bc3c603 100644 --- a/dev/README_RELEASE_CLIENT.md +++ b/dev/README_RELEASE_CLIENT.md @@ -297,6 +297,10 @@ Verify that the packages appear in [airflow](https://dist.apache.org/repos/dist/ - Merge the PR +## 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)
