You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'origin/main' into jquadri/exp-anyworkflow-workflow-conformance
* origin/main:
Expose AnyScreen.wrappedScreen for inspection (#193)
Improve introspection for SignalProducerWorkflow actions (#192)
[release]: bump version to 2.2.0 & remove separate concurrency version (#191)
[feat]: add runtime observation API (#168)
[chore]: refactor some internal actions to use existential any (#190)
[fix]: use weak reference to internal sinks when vending to clients (#189)
[feat]: add primary associated types to more protocols (#188)
[chore]: pre major version bump cleanup (#187)
[chore]: bump minimum deployment & swift versions (#186)
Abstract ViewEnvironment to shared framework (#185)
Copy file name to clipboardExpand all lines: RELEASING.md
+2-8
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,7 @@ For Squares, membership is managed through the `Workflow Swift Owners` registry
17
17
18
18
> ⚠️ [Optional] To avoid possible headaches when publishing podspecs, validation can be performed before updating the Workflow version number(s). To do this, run the following in the root directory of this repo:
> And then run a similar command to check the `WorkflowConcurrency*` libraries. These specs will fail default validation as their version differs from the git tag used, so run the command with the `--allow-warnings` option, and check that only that warning is produced.
23
-
>```bash
24
-
> bundle exec pod lib lint WorkflowConcurrency.podspec WorkflowConcurrencyTesting.podspec --allow-warnings
0 commit comments