This repository was archived by the owner on Mar 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 995
Release Process
Binh Q Nguyen edited this page Jun 18, 2016
·
7 revisions
Procedure to cut a Fabric release:
- Create a release branch, and name it vM.m[.p][-qualifier] where M is the
majorrelease identifier, m isminorrelease identifier, p is the patch level identifier (only for LTS releases) and -qualifier is from the taxonomy of release maturity labels [TBD]. - Tag the master branch with the same name as the release branch
- Publish release notes on Fabric Releases.
- Announce the release, linking to the release notes on Hyperledger
fabricandgeneralslack channels andhyperledger-fabricandhyperledger-announcemailing lists
Perform if necessary:
- Select issues to fix for the release branch and label them as such with a label with a value of the release identifier.
- Submit pull requests for those selected issues against the release branch.
- Decide on whether to merge the changes from the release branch to the master branch or requesting the authors to submit the changes on both branches.
- Maintainers resolve any merge conflicts.