Skip to content

Commit 3e5d8c8

Browse files
Snapshot with Patch Version
See #2586 (comment)
1 parent d1bf22b commit 3e5d8c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,15 @@ javadoc {
1717
exclude "**/rx/internal/**"
1818
}
1919

20+
# support for snapshot/final releases with the various branches RxJava uses
2021
nebulaRelease {
2122
addReleaseBranchPattern(/\d+\.\d+\.\d+/)
2223
addReleaseBranchPattern('HEAD')
2324
}
2425

26+
# the snapshot versioning should increment the path number
27+
release.scope=patch
28+
2529
if (project.hasProperty('release.useLastTag')) {
2630
tasks.prepare.enabled = false
2731
}

0 commit comments

Comments
 (0)