Skip to content

Commit 0a47b96

Browse files
committed
Merge branch 'release_0.20.0'
2 parents 1a09e25 + db88af1 commit 0a47b96

4 files changed

Lines changed: 11 additions & 6 deletions

File tree

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
* Minimum required Gradle version is now 9.1
55
* Fixed support for Android Gradle Plugin version 9.0.1
66

7+
## 0.20.0
8+
* Minimum required Gradle version is now 9.1
9+
* Fixed support for Android Gradle Plugin version 9.0.1
10+
711
## 0.19.0
812
* Minimum required JVM version is now 17.
913
* Minimum supported Gradle version is now 7.3.

docs/releasing.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ git tag v{{ fladle.next_release }}
3636
git push origin v{{ fladle.next_release }}
3737
```
3838

39-
* Upload to Maven Central (this must run in two separate commands since they are from two different namespaces)
39+
* Upload to Maven Central (this must run in three separate commands since they are from three different namespaces)
4040
``` bash
41-
./gradlew :fladle-plugin:publishFladlePluginMarkerMavenPublicationToMavenCentralRepository :fladle-plugin:publishFulladlePluginMarkerMavenPublicationToMavenCentralRepository -Pfladle.release
41+
./gradlew :fladle-plugin:publishFladlePluginMarkerMavenPublicationToMavenCentralRepository -Pfladle.release
42+
./gradlew :fladle-plugin:publishFulladlePluginMarkerMavenPublicationToMavenCentralRepository -Pfladle.release
4243
./gradlew :fladle-plugin:publishPluginMavenPublicationToMavenCentralRepository -Pfladle.release
4344
```
4445
* Upload to Gradle Plugin Portal
@@ -47,7 +48,7 @@ git push origin v{{ fladle.next_release }}
4748
```
4849

4950
* Release to Maven Central
50-
* Login to Maven Central Repository: [https://central.sonatype.com/](https://oss.sonatype.com/)
51+
* Login to Maven Central Repository: [https://central.sonatype.com/](https://central.sonatype.com/)
5152
* Click on **Publish**
5253

5354
* Merge the release branch to master

fladle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.gradle.api.tasks.testing.logging.TestLogEvent
22

33
group = "com.osacky.flank.gradle"
4-
version = "0.19.1-SNAPSHOT"
4+
version = "0.20.0"
55
description = "Easily Scale your Android Instrumentation Tests with Firebase Test Lab with Flank"
66

77
repositories {

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
extra:
66
fladle:
7-
current_release: '0.19.0'
8-
next_release: '0.19.1'
7+
current_release: '0.20.0'
8+
next_release: '0.20.1'
99
flank_version: '23.10.1'
1010

1111
site_name: Fladle

0 commit comments

Comments
 (0)