Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 895 Bytes

RELEASING.md

File metadata and controls

25 lines (13 loc) · 895 Bytes

Releasing

The following artifacts are created as a result of releasing the Hyperledger Fabric SDK for Java:

Before releasing

The following tasks are required before releasing:

  • Check that the last merge or scheduled build for the release branch passed successfully.

Create release

Creating a GitHub release on the releases page will trigger the build to publish the new release.

When drafting the release, create a new tag for the new version (with a v prefix), e.g. vX.Y.Z

See previous releases for examples of the title and description.

After releasing

The following tasks are required after releasing:

  • Update the version element in pom.xml to the next point release.