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 d1bf22b commit 3e5d8c8Copy full SHA for 3e5d8c8
build.gradle
@@ -17,11 +17,15 @@ javadoc {
17
exclude "**/rx/internal/**"
18
}
19
20
+# support for snapshot/final releases with the various branches RxJava uses
21
nebulaRelease {
22
addReleaseBranchPattern(/\d+\.\d+\.\d+/)
23
addReleaseBranchPattern('HEAD')
24
25
26
+# the snapshot versioning should increment the path number
27
+release.scope=patch
28
+
29
if (project.hasProperty('release.useLastTag')) {
30
tasks.prepare.enabled = false
31
0 commit comments