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 f38982e commit 3c51c57Copy full SHA for 3c51c57
CONTRIBUTING.md
@@ -1,6 +1,6 @@
1
-## Releases
2
-To release the project to maven central, create a new release in github.
+## Creating Releases
+To release the project create a new github release. This will trigger the release workflow (implemented using GitHub Actions).
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
+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.
6
0 commit comments