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 cd7bd1b commit 02524d7Copy full SHA for 02524d7
RELEASING.md
@@ -8,7 +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 connectedCheck ./gradlew connectedCheck -x :benchmarks:dungeon-benchmark:connectedCheck
+ ./gradlew build && ./gradlew connectedCheck -x :benchmarks:dungeon-benchmark:connectedCheck
12
```
13
14
1. Update your tags.
0 commit comments