Skip to content

Commit

Permalink
Releasing v1.12.1-beta16
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrjr committed Nov 5, 2024
1 parent 278b16b commit 4b81109
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
git co -b release-v0.1 origin/main
```

1. Confirm that the kotlin build is green before committing any changes
1. Confirm that the kotlin build is green before committing any changes.
Takes about three minutes on an M3 Macbook Pro.
(Note we exclude benchmarks, but you can check those too!)
```bash
./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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android.useAndroidX=true
systemProp.org.gradle.internal.publish.checksums.insecure=true

GROUP=com.squareup.workflow1
VERSION_NAME=1.12.1-beta16-SNAPSHOT
VERSION_NAME=1.12.1-beta16

POM_DESCRIPTION=Square Workflow

Expand Down

0 comments on commit 4b81109

Please sign in to comment.