Skip to content

Commit

Permalink
Prepare next development version.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Oct 3, 2024
1 parent 7f240d9 commit ec0a897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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."`
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec0a897

Please sign in to comment.