You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improve entering release notes into fastlane (duckduckgo#1224)
* Allows release notes to be left unchanged, or to select from default
* Made some of the lanes private since they won't be invoked externally
* Made some of the lanes private since they won't be invoked externally
* Made some of the lanes private since they won't be invoked externally
UI.message("Performing a new release for #{newVersion}")
163
150
164
-
ifUI.confirm("Are you sure you're happy with this release?\n\nVersion=#{newVersion}\nCommits Since Last Release:\n#{commits}\nRelease Notes:\n#{releaseNotes}\n")
151
+
ifUI.confirm("Are you sure you're happy with this release?\n\nVersion=#{newVersion}\nRelease Notes:\n#{releaseNotes}\n")
165
152
UI.success"Creating release branch for release/#{newVersion}"
0 commit comments