Skip to content

Commit

Permalink
Update release information in readme and docs (hyperledger#3619)
Browse files Browse the repository at this point in the history
- Clarify that v1.4 is out of maintenance
- Releases are now periodic rather than every four months.

Signed-off-by: David Enyeart <[email protected]>

Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart authored Aug 31, 2022
1 parent 56f26b7 commit d673987
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@ open source architecture; Hyperledger Fabric is your starting point.

## Releases

Fabric provides a release approximately once every four months with new features
Fabric provides periodic releases with new features
and improvements. Additionally, certain releases are designated as long-term
support (LTS) releases. Important fixes will be backported to the most recent
LTS release, and to the prior LTS release during periods of LTS release overlap.
For more details see the [LTS strategy](https://github.com/hyperledger/fabric-rfcs/blob/main/text/0005-lts-release-strategy.md).

LTS releases:
LTS release:
- [v2.2.x](https://hyperledger-fabric.readthedocs.io/en/release-2.2/whatsnew.html) (current LTS release)
- [v1.4.x](https://hyperledger-fabric.readthedocs.io/en/release-1.4/whatsnew.html) (prior LTS release, maintained through April 2021)

Prior LTS release:
- [v1.4.x](https://hyperledger-fabric.readthedocs.io/en/release-1.4/whatsnew.html) (maintenance ended in April 2021 with the delivery of v1.4.12)

Unless specified otherwise, all releases will be upgradable from the prior minor release.
Additionally, each LTS release is upgradable to the next LTS release.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ and reviews (a month or more) demonstrating a renewed commitment to the project.
Releases
~~~~~~~~

Fabric provides a release approximately once every four months with new features and improvements.
Fabric provides periodic releases with new features and improvements.
New feature work is merged to the Fabric main branch on `GitHub <https://github.com/hyperledger/fabric>`__.
Releases branches are created prior to each release so that the code can stabilize while
new features continue to get merged to the main branch.
Expand Down

0 comments on commit d673987

Please sign in to comment.