Skip to content

Commit

Permalink
Bump version to 1.3.1 (#570)
Browse files Browse the repository at this point in the history
* Bump version to 1.3.1

* Add Release documentation
  • Loading branch information
pglombardo committed Apr 12, 2023
1 parent f9dad39 commit c551094
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# How to Release a New Version of the Java Client

1. Bump the version number in [gradle.properties](https://github.com/hivemq/hivemq-mqtt-client/blob/master/gradle.properties#L1)
2. Create a new Github release with a v0.0.0 style tag

## Notes

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.

The publish action publishes the Java client library to Maven using the version in `gradle.properties`.

4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=1.3.0
prevVersion=1.2.2
version=1.3.1
prevVersion=1.3.0
#
# main dependencies
#
Expand Down

0 comments on commit c551094

Please sign in to comment.