mojocinn
Results
1
comments of
mojocinn
Strange. You usage is more or less exactly how we use semver-git internally. You could try to apply semver-git with: ``` allprojects { ext.nextVersion = 'patch' ext.snapshotSuffix = "-dev--g" apply...