Skip to content

Commit

Permalink
Prepare version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrees committed Aug 2, 2018
1 parent 76337c9 commit b2e7b69
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Release Process
===============

1. Ensure `version` in `SwiftPhoenixClient.podsec` is set to the version you want to release.
2. Run a trial pod release `pod lib lint`
3. Update `CHANGELOG.md` with the version about to be released along with notes.
4. Commit: `git commit -am "Prepare version X.Y.X"`
5. Tag: `git tag -a X.Y.Z -m "Version X.Y.Z"`
6. Push: `git push && git push --tags`
7. Release to Cocoapods `pod trunk push SwiftPhoenixClient.podspec`
8. Add the new release with notes (https://github.com/davidstump/SwiftPhoenixClient/releases).
2 changes: 1 addition & 1 deletion SwiftPhoenixClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "SwiftPhoenixClient"
s.version = "0.9.0"
s.version = "0.9.1"
s.summary = "Connect your Phoenix and iOS applications through WebSockets!"
s.swift_version = "4.1"

Expand Down

0 comments on commit b2e7b69

Please sign in to comment.