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.
2 parents c163198 + 41a35d3 commit f489378Copy full SHA for f489378
fastlane/Fastfile
@@ -123,6 +123,8 @@ platform :android do
123
You can always reach us at https://duckduckgo.com/feedback.""")
124
end
125
126
+ lane("update_fastlane_release_notes")
127
+
128
if UI.confirm(text:"If you have any other changes to make to the release branch, do them now. Enter `y` when ready to create and push tags")
129
130
git_commit(path: "*", message: "Updated release notes and version number for new release - #{newVersion}")
0 commit comments