-
Notifications
You must be signed in to change notification settings - Fork 237
[Admin] Release process
AliSoftware edited this page Nov 6, 2016
·
10 revisions
- Update the pod version in
Reusable.podspec
- Update the pod used by the sample project:
cd Example && pod update Reusable
- Test that the sample project still works, by opening it in Xcode 8 and running it
- Commit all changes
- Create a tag for the new version
- Run
pod trunk push
- Got to the GitHub Releases tab
- Click on "Add Release Notes" for the newly created tag
- Copy & Paste the entries from the
CHANGELOG.md
for this version
- Run
carthage build --no-skip-current
- Run
carthage archive
- Attache the ZIP file to the GitHub Release