Skip to content
This repository was archived by the owner on Jul 7, 2021. It is now read-only.

Commit 467ae47

Browse files
committed
Improve docs
1 parent d767721 commit 467ae47

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,17 @@ Make sure your branch builds without any warnings/issues:
7979
mvn clean install
8080
```
8181

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
91+
the version.
92+
8293
## License
8394
Copyright 2018-2019 Roman Proshin
8495

0 commit comments

Comments
 (0)