Skip to content

Commit 9ccf42a

Browse files
Exclude Benchmarks for connectedCheck verification instructions
1 parent 80119ba commit 9ccf42a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
1. Make sure you're on the `main` branch (or fix branch, e.g. `v0.1-fixes`).
77

88
1. Confirm that the kotlin build is green before committing any changes
9+
(Note we exclude benchmarks, but you can check those too!)
910
```bash
10-
./gradlew build connectedCheck
11+
./gradlew build connectedCheck ./gradlew connectedCheck -x :benchmarks:dungeon-benchmark:connectedCheck
1112
```
1213

1314
1. Update your tags.

0 commit comments

Comments
 (0)