Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.03 KB

RELEASING.md

File metadata and controls

24 lines (13 loc) · 1.03 KB

Releasing

Artifacts are published to the following locations as a result of releasing the Hyperledger Fabric Gateway SDK for Java:

Before releasing

Check that the last push workflow completed all checks successfully, since this is the version that will be published.

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 version number in pom.xml to the next patch level.