This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git
The following commit(s) were added to refs/heads/master by this push:
new b94ca53 Add github release to release process (#65)
b94ca53 is described below
commit b94ca53bfa613b573268a4f5427a5ef28512fc9d
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Sun Jan 29 20:24:21 2023 +0100
Add github release to release process (#65)
---
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)