Skip to content

How to release new version

Dmitry Bespalov edited this page Dec 23, 2020 · 3 revisions
  • Update the WalletConnectSwift.podspec file with the new version number:
  spec.version      = "1.3.1"
  • Update the Xcode project with new version number:
agvtool new-marketing-version 1.3.1
  • Commit the changes, make a pull request and merge it

  • Make a new GitHub release with the tag named as the version number

  • Push the changes to the cocopaods repo (guide)

You might need to register your session first:

pod trunk register [email protected] 'Orta Therox'

Then you can push the podspec:

pod trunk push WalletConnectSwift.podspec --allow-warnings
Clone this wiki locally