Skip to content

Commit 2332a50

Browse files
committed
Add documentation for build and release process
1 parent 3175e9f commit 2332a50

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,17 @@ spring.boot.admin.url=http://localhost:8080
7474

7575
[](url "title")
7676
<img src="https://raw.githubusercontent.com/codecentric/spring-boot-admin/master/screenshot-metrics.png">
77+
78+
#### Build
79+
80+
```shell
81+
mvn clean package
82+
```
83+
84+
#### Release
85+
86+
```shell
87+
mvn build-helper:parse-version versions:set -DnewVersion=${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}
88+
mvn -Psign-artifacts clean deploy
89+
```
90+

0 commit comments

Comments
 (0)