File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
Dependency Analysis Plugin Changelog
2
2
3
+ # Version 2.6.1
4
+ * [ Fix] : ` superClassName ` can be null (Object has no superclass).
5
+
3
6
# Version 2.6.0
4
7
* [ Feat] : improvements relating to generating project graphs.
5
8
* [ Fix] : use stable kotlin-metadata 2.0.21.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Release procedure for dependency-analysis-android-gradle-plugin
6
6
_ with_ the ` -SNAPSHOT ` suffix (we publish a snapshot first for smoke testing).
7
7
1 . Publish the snapshot to Maven Central: ` ./gradlew :publishEverywhere `
8
8
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." `
10
10
1 . Publish again: ` ./gradlew :publishEverywhere -x :functionalTest `
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." `
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-SNAPSHOT
12
+ VERSION =2.6.1
13
13
14
14
dependency.analysis.print.build.health =true
15
15
You can’t perform that action at this time.
0 commit comments