forked from trailbehind/TBMapzenRouting
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds in release checklist
- Loading branch information
Matt Smollinger
committed
Apr 12, 2017
1 parent
df73e31
commit ffc70f4
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# On The Road iOS SDK Release Checklist | ||
|
||
## Requirements | ||
- Have Xcode installed | ||
- Have cocoapods installed | ||
- Have ownership privileges to update the cocoapods trunk spec | ||
|
||
## Steps | ||
1. Update the OnTheRoad.podspec version number with the version you want to release | ||
2. Commit these changes | ||
3. Tag current master with the version you updated the .podspec to and push to github | ||
4. Run `pod spec lint` to make sure everything is happy. Fix issues if not happy (document known issues) | ||
5. Push the updated pod spec to trunk: `pod trunk push OnTheRoad.podspec` | ||
6. Write up release notes and release the SDK on github |