Currently, our Wechaty project is using the semver, start from version 0.0.1.
The latest wechaty on npm is v0.39
So I'd like to suggest that our Java Wechaty follow the same versioning style, and start from version 0.1.0
Also, npm and pip all have a dev version so that we can publish a version for the beta users, and at the same time, the release user will not see the beta version.
To archive that, npm has the @next version instead of the latest, and the pip has a -dev for PRE-RELEASE.
It would be great if our Java Wechaty can use the same method to differentiate those two published versions, if the maven system has the same pattern for the publishing.
Currently, our Wechaty project is using the semver, start from version 0.0.1.
The latest wechaty on npm is v0.39
So I'd like to suggest that our Java Wechaty follow the same versioning style, and start from version 0.1.0
Also, npm and pip all have a dev version so that we can publish a version for the beta users, and at the same time, the release user will not see the beta version.
To archive that, npm has the
@next
version instead of thelatest
, and the pip has a-dev
for PRE-RELEASE.It would be great if our Java Wechaty can use the same method to differentiate those two published versions, if the maven system has the same pattern for the publishing.