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.
2 parents 80119ba + 9ccf42a commit 597ed49Copy full SHA for 597ed49
RELEASING.md
@@ -6,8 +6,9 @@
6
1. Make sure you're on the `main` branch (or fix branch, e.g. `v0.1-fixes`).
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
- ./gradlew build connectedCheck
11
+ ./gradlew build connectedCheck ./gradlew connectedCheck -x :benchmarks:dungeon-benchmark:connectedCheck
12
```
13
14
1. Update your tags.
0 commit comments