Skip to content

Commit c551094

Browse files
authored
Bump version to 1.3.1 (#570)
* Bump version to 1.3.1 * Add Release documentation
1 parent f9dad39 commit c551094

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Diff for: RELEASE.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# How to Release a New Version of the Java Client
2+
3+
1. Bump the version number in [gradle.properties](https://github.com/hivemq/hivemq-mqtt-client/blob/master/gradle.properties#L1)
4+
2. Create a new Github release with a v0.0.0 style tag
5+
6+
## Notes
7+
8+
Java client releases are done through a Github Action in [publish.yml](https://github.com/hivemq/hivemq-mqtt-client/blob/master/.github/workflows/publish.yml) that is triggered by publishing a new release.
9+
10+
The publish action publishes the Java client library to Maven using the version in `gradle.properties`.
11+

Diff for: gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version=1.3.0
2-
prevVersion=1.2.2
1+
version=1.3.1
2+
prevVersion=1.3.0
33
#
44
# main dependencies
55
#

0 commit comments

Comments
 (0)