You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
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.
0 commit comments