Skip to content

Commit bf98c4f

Browse files
author
Chris Wiechmann
authored
Create DEVELOPMENT.md
1 parent af8c75a commit bf98c4f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

DEVELOPMENT.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)