Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 0d4253f

Browse files
Update version following v2.2.9 release (#163)
Also add a RELEASING.md file to document release process. Signed-off-by: Mark S. Lewis <[email protected]>
1 parent 95e3a2d commit 0d4253f

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

RELEASING.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Releasing
2+
3+
Artifacts are published to the following locations as a result of releasing the Hyperledger Fabric Gateway SDK for Java:
4+
5+
- [Maven Central](https://central.sonatype.com/artifact/org.hyperledger.fabric/fabric-gateway-java).
6+
- [GitHub Packages](https://github.com/hyperledger/fabric-gateway-java/packages/1782386).
7+
8+
## Before releasing
9+
10+
Check that the last [push workflow](https://github.com/hyperledger/fabric-gateway-java/actions/workflows/push.yml) completed all checks successfully, since this is the version that will be published.
11+
12+
## Create release
13+
14+
Creating a GitHub release on the [releases page](https://github.com/hyperledger/fabric-gateway-java/releases) will trigger the build to publish the new release.
15+
16+
When drafting the release, create a new tag for the new version (with a `v` prefix), e.g. `vX.Y.Z`
17+
18+
See previous releases for examples of the title and description.
19+
20+
## After releasing
21+
22+
The following tasks are required after releasing:
23+
24+
- Update version number in `pom.xml` to the next patch level.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>org.hyperledger.fabric</groupId>
99
<artifactId>fabric-gateway-java</artifactId>
10-
<version>2.2.9-SNAPSHOT</version>
10+
<version>2.2.10-SNAPSHOT</version>
1111
<packaging>jar</packaging>
1212

1313
<name>fabric-gateway-java</name>

0 commit comments

Comments
 (0)