Skip to content

Commit 52baecc

Browse files
chore: prepare next development version.
1 parent e746055 commit 52baecc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Release procedure for dependency-analysis-android-gradle-plugin
1111
(this will automatically run the smoke tests, and won't publish if they fail)
1212
1. `git tag -a vx.y.z -m "Version x.y.z."`
1313
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."`
1515
1. `git push && git push --tags`
1616
1. (Optional) Follow instructions in console output to release from Maven Central's staging repo.
1717
This step is now automated via the `:promote` task, and should only be necessary if that task

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ org.gradle.parallel=true
99
org.gradle.configuration-cache=true
1010
org.gradle.configuration-cache.parallel=true
1111

12-
VERSION=2.6.1
12+
VERSION=2.6.2-SNAPSHOT
1313

1414
dependency.analysis.print.build.health=true
1515

0 commit comments

Comments
 (0)