From 251bbaeaa7a416360cd4d151d9970827ceef84cb Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Tue, 30 Aug 2022 22:35:50 +0200 Subject: [PATCH] Remove branches section from README --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 482b8ac9..2e14efc1 100644 --- a/README.md +++ b/README.md @@ -212,18 +212,6 @@ We are using SemVer (MAJOR.MINOR.PATCH) versioning, although MINOR releases coul If you want to contribute a bug fix, please check the `release/X.Y` branches first to see, what the oldest release is which contains the bug you are fixing. That way we can update older revisions of the library easily. -### Branches -* `release/X.Y` contains the state of the latest `X.Y.Z` PATCH release + next PATCH snapshot definition. -* `master` contains the state of the latest MINOR release + some smaller changes that will make it into the next PATCH release. -* `development` contains new features that will make it into the next MINOR release. - -#### Example: -Latest release: 1.1.4 -* `release/1.0` contains the state of `1.0.5-SNAPSHOT` -* `release/1.1` contains the state of `1.1.5-SNAPSHOT` -* `master` contains the state `release/1.1` plus patch level changes that will make it into `1.1.5`. -* `development` contains the state which will at some point become `1.2.0`. - Please follow the [code of conduct](CODE_OF_CONDUCT.md) if you want to be part of the project. ## Acknowledgements