修改pods
This commit is contained in:
8
Pods/GoogleDataTransport/README.md
generated
8
Pods/GoogleDataTransport/README.md
generated
@@ -36,7 +36,7 @@ After the CI is green:
|
||||
<summary>Push to <b>SpecsStaging</b></summary>
|
||||
|
||||
```console
|
||||
pod repo push --skip-tests staging GoogleDataTransport.podspec
|
||||
pod repo push --skip-tests --use-json staging GoogleDataTransport.podspec
|
||||
```
|
||||
|
||||
If the command fails with `Unable to find the 'staging' repo.`, add the staging repo with:
|
||||
@@ -49,7 +49,7 @@ After the CI is green:
|
||||
<summary>Push to <b>SpecsDev</b></summary>
|
||||
|
||||
```console
|
||||
pod repo push --skip-tests dev GoogleDataTransport.podspec
|
||||
pod repo push --skip-tests --use-json dev GoogleDataTransport.podspec
|
||||
```
|
||||
|
||||
If the command fails with `Unable to find the 'dev' repo.`, add the dev repo with:
|
||||
@@ -94,7 +94,7 @@ The release process is as follows:
|
||||
> before proceeding.
|
||||
|
||||
```console
|
||||
pod trunk push ~/.cocoapods/repos/staging/GoogleDataTransport/{version}/GoogleDataTransport.podspec --skip-tests
|
||||
pod trunk push ~/.cocoapods/repos/staging/GoogleDataTransport/{version}/GoogleDataTransport.podspec.json --skip-tests
|
||||
```
|
||||
|
||||
The pod push was successful if the above command logs: `🚀 GoogleDataTransport ({version}) successfully published`.
|
||||
@@ -214,7 +214,7 @@ GitHub Actions will verify that any code changes are done in a style compliant
|
||||
way. Install `clang-format` and `mint`:
|
||||
|
||||
```console
|
||||
brew install clang-format@17
|
||||
brew install clang-format@18
|
||||
brew install mint
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user