Skip to content

Commit 55fa484

Browse files
project.setProperty('release.scope', 'patch')
as per #2586 (comment)
1 parent ce8cfdf commit 55fa484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ nebulaRelease {
2424
}
2525

2626
// the snapshot versioning should increment the path number
27-
// release.scope=patch // this isn't working yet
27+
project.setProperty('release.scope', 'patch')
2828

2929
if (project.hasProperty('release.useLastTag')) {
3030
tasks.prepare.enabled = false

0 commit comments

Comments
 (0)