Skip to content

Commit 3c51c57

Browse files
authored
update contributing
1 parent f38982e commit 3c51c57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Releases
2-
To release the project to maven central, create a new release in github.
1+
## Creating Releases
2+
To release the project create a new github release. This will trigger the release workflow (implemented using GitHub Actions).
33
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
4+
Follow classic semver guidlinces. Note that the version is in the pom files is
55
calculated based on tag not by release name in the release workflow.
66

0 commit comments

Comments
 (0)