Skip to content

Releases: Coledunsby/fastlane-plugin-release

v0.2.0

05 Jul 20:48
Compare
Choose a tag to compare
  • xcodeproj now optional. If not provided, version and build bumps will not be made to the Xcode project.
  • Added params pre-bump and post_bump (bump versions before/after tagging release and pushing podspec). These both default to false. Neither are required. It is recommended to set one or the other but it is also valid to set both.

v0.1.0

05 Jul 20:49
4f66d09
Compare
Choose a tag to compare

Initial release. Performs the following steps:

  1. Increments podspec version
  2. Increments xcodeproj version
  3. Increments xcodeproj build (opt-in)
  4. Commits version bumps
  5. Tags release
  6. Pushes to remote
  7. Pushes podspec

See readme for customization options.