Skip to content

Commit ae3046f

Browse files
committed
Merge branch 'release-v1.12.1-beta16'
* release-v1.12.1-beta16: Finish releasing v1.12.1-beta16 Releasing v1.12.1-beta16
2 parents 278b16b + c62fe24 commit ae3046f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

RELEASING.md

Lines changed: 2 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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-beta17-SNAPSHOT
1212

1313
POM_DESCRIPTION=Square Workflow
1414

0 commit comments

Comments
 (0)