From ec0a8973cd2ca1749dda57bfba250d83a0764fda Mon Sep 17 00:00:00 2001 From: Tony Robalik Date: Thu, 3 Oct 2024 08:13:51 -0700 Subject: [PATCH] Prepare next development version. --- RELEASING.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 9cf7922dd..c71fdfc55 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -8,7 +8,7 @@ Release procedure for dependency-analysis-android-gradle-plugin 1. Remove the `-SNAPSHOT` suffix from the version name. 1. `git commit -am "Prepare for release x.y.z."` 1. Publish again: `./gradlew :publishEverywhere -x :functionalTest` -(this will automatically run the smoke tests, and won't publish if they fail) + (this will automatically run the smoke tests, and won't publish if they fail) 1. `git tag -a vx.y.z -m "Version x.y.z."` 1. Update version number in `gradle.properties` to next snapshot version (x.y.z-SNAPSHOT) 1. `git commit -am "Prepare next development version."` diff --git a/gradle.properties b/gradle.properties index 81889f2e4..e2ac7a010 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.caching=true org.gradle.parallel=true org.gradle.configuration-cache=true -VERSION=2.1.2 +VERSION=2.1.3-SNAPSHOT dependency.analysis.autoapply=false dependency.analysis.print.build.health=true