This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-client-go.git
The following commit(s) were added to refs/heads/master by this push:
new 5608a0f Remove irelevant README section (#31)
5608a0f is described below
commit 5608a0f1713efd693e6ae9ee39f8169ada015bd6
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Sun Jan 29 14:59:50 2023 +0100
Remove irelevant README section (#31)
---
README.md | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/README.md b/README.md
index f7ae556..9fccf5c 100644
--- a/README.md
+++ b/README.md
@@ -58,15 +58,3 @@ func main() {
See [README](./airflow/README.md#documentation-for-api-endpoints) for full
client API documentation.
-
-Release process
----------------
-
-Go client is versioned using [semantic import
-versioning](https://blog.golang.org/versioning-proposal).
-
-To release a new version `1.x.y`, simply push a new tag to this repo named
-`airflow/v1.x.y`.
-
-Major version upgrade requires changing package import path based on semantic
-import versioning, which needs to be done manually.