Skip to content

Commit ccf8450

Browse files
docs: update contrib docs
Signed-off-by: Jonathan Norris <[email protected]>
1 parent f94411c commit ccf8450

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ swift test
3030
The project includes CocoaPods support via the `OpenFeature.podspec` file. When making changes:
3131

3232
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:
3834
```shell
3935
pod spec lint OpenFeature.podspec --allow-warnings
4036
```
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

Comments
 (0)