Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions oms-client-swift-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Pod::Spec.new do |s|
DESC

s.homepage = "https://github.com/0xsequence/swift-sdk"
s.readme = "https://raw.githubusercontent.com/0xsequence/swift-sdk/#{s.version}/README.md"
s.authors = "0xSequence"
s.license = {
:type => "Proprietary",
Expand Down
2 changes: 2 additions & 0 deletions publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ git switch -c "release-$VERSION"
2. Update release metadata and docs.

- Set `s.version` in `oms-client-swift-sdk.podspec` to `$VERSION`.
- Keep the podspec `s.readme` URL versioned with `s.version` so CocoaPods renders
the README for the published release.
- Update the CocoaPods install snippet in `README.md` to the same version.
- If `README.md` includes an exact-version Swift Package Manager snippet, update it to the same version.
- If public APIs, behavior, setup, or examples changed, update `API.md` and the relevant README sections in the same PR.
Expand Down
Loading