Skip to content

Commit d175e05

Browse files
committed
* Added snippets
1 parent f8da227 commit d175e05

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

SNIPPETS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Snippets
2+
3+
## Release
4+
5+
1. Update version
6+
```bash
7+
./mvnw versions:set -DnewVersion=<newVersion>
8+
```
9+
2. Commit + Push
10+
3. Build
11+
```bash
12+
./mvnw clean package
13+
```
14+
4. Upload assets
15+
```bash
16+
./mvnw -N github-release:release -Dpassword= -Dusername=<GitHubApiKey>
17+
```

0 commit comments

Comments
 (0)