mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-23 11:27:57 +01:00
Remove branches section from README
This commit is contained in:
parent
cf43c5f83b
commit
251bbaeaa7
1 changed files with 0 additions and 12 deletions
12
README.md
12
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
|
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.
|
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.
|
Please follow the [code of conduct](CODE_OF_CONDUCT.md) if you want to be part of the project.
|
||||||
|
|
||||||
## Acknowledgements
|
## Acknowledgements
|
||||||
|
|
Loading…
Reference in a new issue