Skip to content

Commit e746055

Browse files
chore: prepare for release 2.6.1.
1 parent be6e969 commit e746055

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Dependency Analysis Plugin Changelog
22

3+
# Version 2.6.1
4+
* [Fix]: `superClassName` can be null (Object has no superclass).
5+
36
# Version 2.6.0
47
* [Feat]: improvements relating to generating project graphs.
58
* [Fix]: use stable kotlin-metadata 2.0.21.

RELEASING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Release procedure for dependency-analysis-android-gradle-plugin
66
_with_ the `-SNAPSHOT` suffix (we publish a snapshot first for smoke testing).
77
1. Publish the snapshot to Maven Central: `./gradlew :publishEverywhere`
88
1. Remove the `-SNAPSHOT` suffix from the version name.
9-
1. `git commit -am "Prepare for release x.y.z."`
9+
1. `git commit -am "chore: prepare for release x.y.z."`
1010
1. Publish again: `./gradlew :publishEverywhere -x :functionalTest`
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."`

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-SNAPSHOT
12+
VERSION=2.6.1
1313

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

0 commit comments

Comments
 (0)