Skip to content

Commit 02524d7

Browse files
committed
Fixes a typo in step 1 of RELEASING.md
1 parent cd7bd1b commit 02524d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
1. Confirm that the kotlin build is green before committing any changes
99
(Note we exclude benchmarks, but you can check those too!)
1010
```bash
11-
./gradlew build connectedCheck ./gradlew connectedCheck -x :benchmarks:dungeon-benchmark:connectedCheck
11+
./gradlew build && ./gradlew connectedCheck -x :benchmarks:dungeon-benchmark:connectedCheck
1212
```
1313

1414
1. Update your tags.

0 commit comments

Comments
 (0)