Skip to content

Commit

Permalink
Merge pull request #35 from mapzen/1.0_release
Browse files Browse the repository at this point in the history
1.0.0 Release
  • Loading branch information
msmollin authored Apr 12, 2017
2 parents df73e31 + ffc70f4 commit aa0e354
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OnTheRoad.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "OnTheRoad"
s.version = "0.9.0"
s.version = "1.0.0"
s.summary = "Request routes from Valhalla routing services, include Mapzen's Turn-by-Turn routing service."

s.description = <<-DESC
Expand Down
14 changes: 14 additions & 0 deletions release_checklist.md
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

0 comments on commit aa0e354

Please sign in to comment.