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
Copy file name to clipboardExpand all lines: scripts/create_spec_repo/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ with sources of
11
11
where [SpecsTesting](https://github.com/firebase/SpecsTesting) is generated from the head of the
12
12
main branch of [firebase-ios-sdk repo](https://github.com/firebase/firebase-ios-sdk).
13
13
14
-
The [prerelease workflow](https://github.com/firebase/firebase-ios-sdk/blob/main/.github/workflows/prerelease.yml#L11-L46)
14
+
The [prerelease_cocoapods workflow](https://github.com/firebase/firebase-ios-sdk/blob/main/.github/workflows/prerelease_cocoapods.yml#L11-L46)
15
15
will update the [SpecsTesting repo](https://github.com/firebase/SpecsTesting) nightly from the
16
16
head of the main branch.
17
17
In order to let presubmit tests run on the latest podspec repo, [SpecsTesting repo](https://github.com/firebase/SpecsTesting)
18
18
will be updated when a PR with changed podspecs is merged.
19
19
When this PR is merged, changed podspecs will be `pod repo push`ed to the podspec repo in
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