SiarheiFedartsou / fastlane-plugin-versioning

Extends fastlane versioning actions. Allows to set/get versions without using agvtool and do some other small tricks.
MIT License
504 stars 60 forks source link

Incrementing Minor Version Format #15

Closed pokono closed 6 years ago

pokono commented 6 years ago

Incrementing minor version number should create a version number of the following format: x.x instead of x.x.0. This is probably a question of style, but would be great to be able to specify this behaviour.

SiarheiFedartsou commented 6 years ago

Hello! Thanks for the feedback. I've added omit_zero_patch_version flag to increment_version_number_in_plist action and released version 0.3.3. So, I think issue can be closed. Feel free to re-open it or create new one in case of other issues.