Created
May 11, 2022 06:28
-
-
Save patissier-boulanger/a24d25fc940cc55746167cd9d495e5d3 to your computer and use it in GitHub Desktop.
sync version ios fastlane
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
desc "Increase Version Name" | |
lane :increase_version_name_iOS do | |
package = load_json(json_path: "../package.json") | |
package_version = package['version'] | |
increment_version_number( | |
version_number: package_version | |
) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment