File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 11Releasing
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.
You can’t perform that action at this time.
0 commit comments