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 805809d commit f4867b1Copy full SHA for f4867b1
CONTRIBUTING.md
@@ -1,6 +1,6 @@
1
## Creating Releases
2
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
-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.
+Follow classic semver guidelines. Note that the version in the pom files
+is based on tag name not on release name in the release workflow.
6
0 commit comments