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 af8c75a commit bf98c4fCopy full SHA for bf98c4f
DEVELOPMENT.md
@@ -0,0 +1,10 @@
1
+# Create a release
2
+
3
+The release is not created via the GitHub action but locally via Maven and then the package is imported into a release on GibtHub.
4
5
+```
6
+mvn release:prepare
7
+mvn release:perform
8
9
10
+Create a release on GitHub and upload the created archives.
0 commit comments