-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 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
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). |
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