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
Since `pod spec lint` will test podspecs with remote sources. One PR with changes on multiple
23
23
podspecs are not encouraged. Changes with multiple podspecs, including their dependencies, might
@@ -46,6 +46,6 @@ job in presubmit.
46
46
47
47
```
48
48
49
-
Once a PR is merged, [`update_SpecsTesting_repo` job](https://github.com/firebase/firebase-ios-sdk/blob/main/.github/workflows/prerelease.yml#L48)
50
-
in the [prerelease workflow](https://github.com/firebase/firebase-ios-sdk/blob/main/.github/workflows/prerelease.yml)
49
+
Once a PR is merged, [`update_SpecsTesting_repo` job](https://github.com/firebase/firebase-ios-sdk/blob/main/.github/workflows/prerelease_cocoapods.yml#L48)
50
+
in the [prerelease_cocoapods workflow](https://github.com/firebase/firebase-ios-sdk/blob/main/.github/workflows/prerelease_cocoapods.yml)
51
51
will automatically `pod repo push` changed podspecs in postsubmits,
0 commit comments