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: RELEASE_PROCESS.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,10 @@ Releases are performed via [GitHub Releases](https://docs.github.com/en/reposito
7
7
1. Confirm `sdkVersion` in `OpenPassManager` is expected version.
8
8
2. Use GitHub Releases to create tag matching `sdkVersion` in `OpenPassManager` and publish release.
9
9
3. Update `sdkVersion` in `OpenPassManager` to next minor version to support future development and merge into `main`.
10
-
4. Update `version` and `source.tag` in `OpenPass.podspec.json` to next match the new version number.
10
+
11
+
### CocoaPods
12
+
13
+
Updating the version and tag in podspec.json files is unnecessary. The [cocoapods-publish](https://github.com/openpass-sso/openpass-ios-sdk/actions/workflows/cocoapods-publish.yml) will do this automatically when you publish.
0 commit comments