You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 7, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,17 @@ Make sure your branch builds without any warnings/issues:
79
79
mvn clean install
80
80
```
81
81
82
+
## How to release
83
+
84
+
Push a new **annotated** tag. Here is an example of the command:
85
+
86
+
```
87
+
git tag -a v0.1.107 -m "Release v0.1.107" 53901d
88
+
```
89
+
90
+
Versioning is done using [jgitver](https://github.com/jgitver/jgitver) tool, so it will use the new tag as a base of
0 commit comments