File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Release procedure for dependency-analysis-android-gradle-plugin
11
11
(this will automatically run the smoke tests, and won't publish if they fail)
12
12
1 . ` git tag -a vx.y.z -m "Version x.y.z." `
13
13
1 . Update version number in ` gradle.properties ` to next snapshot version (x.y.z-SNAPSHOT)
14
- 1 . ` git commit -am "Prepare next development version." `
14
+ 1 . ` git commit -am "chore: prepare next development version." `
15
15
1 . ` git push && git push --tags `
16
16
1 . (Optional) Follow instructions in console output to release from Maven Central's staging repo.
17
17
This step is now automated via the ` :promote ` task, and should only be necessary if that task
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ org.gradle.parallel=true
9
9
org.gradle.configuration-cache =true
10
10
org.gradle.configuration-cache.parallel =true
11
11
12
- VERSION =2.6.1
12
+ VERSION =2.6.2-SNAPSHOT
13
13
14
14
dependency.analysis.print.build.health =true
15
15
You can’t perform that action at this time.
0 commit comments