File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 13
13
git co -b release-v0.1 origin/main
14
14
```
15
15
16
- 1 . Confirm that the kotlin build is green before committing any changes
16
+ 1 . Confirm that the kotlin build is green before committing any changes.
17
+ Takes about three minutes on an M3 Macbook Pro.
17
18
(Note we exclude benchmarks, but you can check those too!)
18
19
``` bash
19
20
./gradlew build && ./gradlew connectedCheck -x :benchmarks:dungeon-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-poetry:connectedDebugAndroidTest -x :samples:todo-android:app:connectedDebugAndroidTest
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android.useAndroidX=true
8
8
systemProp.org.gradle.internal.publish.checksums.insecure =true
9
9
10
10
GROUP =com.squareup.workflow1
11
- VERSION_NAME =1.12.1-beta16-SNAPSHOT
11
+ VERSION_NAME =1.12.1-beta16
12
12
13
13
POM_DESCRIPTION =Square Workflow
14
14
You can’t perform that action at this time.
0 commit comments