We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78ac7b commit 1fae2f3Copy full SHA for 1fae2f3
CONTRIBUTING.md
@@ -0,0 +1,5 @@
1
+## Releases
2
+To release the project to maven central, create a new release in github.
3
+Set both tag and name ing a format: `v[major].[minor].[patch]`, sample: `v1.2.23`.
4
+And follow classic semver guidlinces. Note that the version is in the pom files is
5
+calculated based on tag not by release name in the release workflow.
0 commit comments