Skip to content

Admin: Release Process

Eric Internicola edited this page Dec 2, 2019 · 2 revisions
  • Tag release: git tag 1.3.0
  • Push tag up: git push upstream 1.3.0
  • Sign in to cocoa pods: pod trunk register user@domain.com
  • Push the pod to cocoa pods: pod trunk push ARCL.podspec
  • Merge develop -> master
    • git fetch origin
    • git co master && git reset —hard upstream/master
    • git merge upstream/develop
    • git push upstream master
  • In the develop branch:
    • Update the ARCL.podspec to the new version
    • Update the changelog.md to include the new version
    • push these changes back to develop
Clone this wiki locally