Skip to content

Commit 67397f5

Browse files
author
ccnixon
committed
Update RELEASING.md
1 parent 7a2d00e commit 67397f5

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

RELEASING.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Releasing
22
=========
33

4-
1. Update the version in `Segment-Amplitude.podspec` to a non-beta version.
5-
2. Update the `CHANGELOG.md` for the impending release.
6-
3. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
7-
4. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version)
8-
5. `git push && git push --tags`
9-
6. `pod trunk push Segment-Amplitude.podspec --allow-warnings`
4+
1. Ensure you are on the `master` branch with your latest changes pulled down.
5+
2. Update the version in `Segment-Amplitude.podspec`.
6+
3. Update the `CHANGELOG.md` for the impending release.
7+
4. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
8+
5. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version)
9+
6. `git push origin master --tags`
10+
11+
This will trigger a workflow in CircleCI that will publish your latest tag to Cocoapods.

0 commit comments

Comments
 (0)