This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch sync-main-with-master in repository https://gitbox.apache.org/repos/asf/airflow-client-go.git
commit 618c57c6468be91fed38a5d779da60da1672f973 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.
