Skip to content

Commit

Permalink
no need to allow warnings when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
f2prateek committed Nov 21, 2015
1 parent 59a3634 commit cd08b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Releasing
3. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
4. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version)
5. `git push && git push --tags`
6. `pod trunk push Analytics.podspec --allow-warnings`
6. `pod trunk push Analytics.podspec`
7. Update the version in `SEGAnalytics.m` and `Analytics.podspec` to the next beta version.
8. `git commit -am "Prepare next development version."`
9. `git push`

0 comments on commit cd08b95

Please sign in to comment.