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 2ab6dbd commit 8450465Copy full SHA for 8450465
fastlane/lanes/release.rb
@@ -88,7 +88,7 @@
88
set_branch_protection(repository: GITHUB_REPO, branch: computed_release_branch_name, enforce_admins: false)
89
90
freeze_milestone_and_move_assigned_prs_to_next_milestone(
91
- milestone_to_freeze: new_version_final,
+ milestone_to_freeze: new_version,
92
next_milestone: release_version_next
93
)
94
0 commit comments