Skip to content

Commit 4b81109

Browse files
committed
Releasing v1.12.1-beta16
1 parent 278b16b commit 4b81109

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

RELEASING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
git co -b release-v0.1 origin/main
1414
```
1515

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.
1718
(Note we exclude benchmarks, but you can check those too!)
1819
```bash
1920
./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

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android.useAndroidX=true
88
systemProp.org.gradle.internal.publish.checksums.insecure=true
99

1010
GROUP=com.squareup.workflow1
11-
VERSION_NAME=1.12.1-beta16-SNAPSHOT
11+
VERSION_NAME=1.12.1-beta16
1212

1313
POM_DESCRIPTION=Square Workflow
1414

0 commit comments

Comments
 (0)