Skip to content

Commit 76b1f61

Browse files
Merge branch 'release-v1.26.0'
* release-v1.26.0: Finish releasing v1.26.0. Releasing v1.26.0. Co-authored-by: Codex <noreply@openai.com> Ai-assisted: true
2 parents 8ec0b3f + 87ed904 commit 76b1f61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Takes about three minutes on an M3 Macbook Pro.
1818
(Note we exclude benchmarks, but you can check those too!)
1919
```bash
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 -x :benchmarks:runtime-microbenchmark:connectedReleaseAndroidTest
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 -x :benchmarks:runtime-microbenchmark:connectedAndroidTest
2121
```
2222
NOTE: If you have any unexpected errors in the build or tests and they are related to non-jvm
2323
targets you may need to update your XCode or other iOS tools. See note in the workflow-core and

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android.useAndroidX=true
88
systemProp.org.gradle.internal.publish.checksums.insecure=true
99

1010
GROUP=com.squareup.workflow1
11-
VERSION_NAME=1.25.5-SNAPSHOT
12-
LAST_PUBLISHED_VERSION_NAME=1.25.4
11+
VERSION_NAME=1.26.1-SNAPSHOT
12+
LAST_PUBLISHED_VERSION_NAME=1.26.0
1313

1414
POM_DESCRIPTION=Square Workflow
1515

0 commit comments

Comments
 (0)