We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc90040 commit be84cefCopy full SHA for be84cef
fastlane/Fastfile
@@ -30,7 +30,7 @@ platform :ios do
30
31
desc "Create a release version by building and committing a changelog, pushing a tag to GitHub, and pushing pods to CocoaPods"
32
lane :release do
33
- next_version, commits = calculate_next_release_version
+ next_version, commits = calculate_next_release_version(version_limit:"v2.0.0")
34
35
UI.message("Releasing version: #{next_version}")
36
0 commit comments