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: CONTRIBUTING.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,12 @@ swift test
30
30
The project includes CocoaPods support via the `OpenFeature.podspec` file. When making changes:
31
31
32
32
1. The version in the podspec is automatically updated from `version.txt` during the release process
33
-
2. You can manually update the podspec version by running:
34
-
```shell
35
-
./scripts/update_podspec.sh
36
-
```
37
-
3. To validate the podspec locally, run:
33
+
2. To validate the podspec locally, run:
38
34
```shell
39
35
pod spec lint OpenFeature.podspec --allow-warnings
40
36
```
41
-
4. The CocoaPods validation and publishing is handled automatically via GitHub workflows on release
37
+
3. The CocoaPods validation and publishing is handled automatically via GitHub workflows on release
38
+
39
+
#### Token Management
40
+
41
+
For information on regenerating the CocoaPods trunk token used in CI/CD, see the "CocoaPods Release Token Management" section in [OWNERS.md](OWNERS.md).
0 commit comments