Skip to content

Latest commit

History

History
11 lines (6 loc) 路 231 Bytes

RELEASE.md

File metadata and controls

11 lines (6 loc) 路 231 Bytes

How to release the HandpointSDK for iOS

Commit and push all your work first

pod spec lint --verbose

git tag -a <version> -m "<version> - Minified changelog"

git push origin --tags

pod trunk push HandpointSDK.podspec