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
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`.
0 commit comments