Releases: Coledunsby/fastlane-plugin-release
Releases · Coledunsby/fastlane-plugin-release
v0.2.0
xcodeproj
now optional. If not provided, version and build bumps will not be made to the Xcode project.- Added params
pre-bump
andpost_bump
(bump versions before/after tagging release and pushing podspec). These both default tofalse
. Neither are required. It is recommended to set one or the other but it is also valid to set both.
v0.1.0
Initial release. Performs the following steps:
- Increments podspec version
- Increments xcodeproj version
- Increments xcodeproj build (opt-in)
- Commits version bumps
- Tags release
- Pushes to remote
- Pushes podspec
See readme for customization options.