We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f204069 commit e860dc3Copy full SHA for e860dc3
CONTRIBUTING.adoc
@@ -6,6 +6,17 @@ tracker for issues and merging pull requests into master. If you want
6
to contribute even something trivial please do not hesitate, but
7
follow the guidelines below.
8
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
20
=== Code Conventions and Housekeeping
21
None of these is essential for a pull request, but they will all help. They can also be
22
added after the original pull request but before a merge.
0 commit comments