Skip to content

Commit 597ed49

Browse files
authored
Merge pull request #720 from square/sedwards/update-connected-check
Exclude Benchmarks for connectedCheck verification instructions
2 parents 80119ba + 9ccf42a commit 597ed49

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)