Skip to content

Commit be84cef

Browse files
authored
chore: Change the CI fastlane script for v1 release (#2502)
1 parent fc90040 commit be84cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ platform :ios do
3030

3131
desc "Create a release version by building and committing a changelog, pushing a tag to GitHub, and pushing pods to CocoaPods"
3232
lane :release do
33-
next_version, commits = calculate_next_release_version
33+
next_version, commits = calculate_next_release_version(version_limit:"v2.0.0")
3434

3535
UI.message("Releasing version: #{next_version}")
3636

0 commit comments

Comments
 (0)