Skip to content

Commit e860dc3

Browse files
docs: Update release procedure
1 parent f204069 commit e860dc3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ tracker for issues and merging pull requests into master. If you want
66
to contribute even something trivial please do not hesitate, but
77
follow the guidelines below.
88

9+
== Releasing new version
10+
11+
* Manually update `version='1.9.0'` in build.gradle files
12+
* Tag
13+
```bash
14+
git tag -f v1.9.0 -m "1.9.0 release"
15+
git push origin v1.9.0
16+
```
17+
18+
Let github workflow produce artifacts associated to the release.
19+
920
=== Code Conventions and Housekeeping
1021
None of these is essential for a pull request, but they will all help. They can also be
1122
added after the original pull request but before a merge.

0 commit comments

Comments
 (0)