We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83314af commit 11fb4a4Copy full SHA for 11fb4a4
RELEASING.md
@@ -8,8 +8,7 @@
8
1. Confirm that the kotlin build is green before committing any changes
9
(Note we exclude benchmarks, but you can check those too!)
10
```bash
11
- ./gradlew build && ./gradlew connectedCheck -x :benchmarks:dungeon-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-benchmark:connectedCheck
12
- ```
+ ./gradlew build && ./gradlew connectedCheck -x :benchmarks:dungeon-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-poetry:connectedDebugAndroidTest -x :samples:todo-android:app:connectedDebugAndroidTest
13
14
1. Update your tags.
15
0 commit comments