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
Copy file name to clipboardExpand all lines: lib/fastlane/plugin/wpmreleasetoolkit/helper/ios/ios_git_helper.rb
+2-51Lines changed: 2 additions & 51 deletions
Original file line number
Diff line number
Diff line change
@@ -9,67 +9,18 @@ module GitHelper
9
9
# This typically commits and pushes:
10
10
# - The files in `./config/*` – especially `Version.*.xcconfig` files
11
11
# - The `fastlane/Deliverfile` file (which contains the `app_version` line)
12
-
# - The `<ProjectRoot>/<ProjectName>/Resources/AppStoreStrings.pot` file, containing a key for that version's release notes
13
12
#
14
13
# @env PROJECT_ROOT_FOLDER The path to the git root of the project
15
-
# @env PROJECT_NAME The name of the directory containing the project code (especially containing the Resources/ subfolder)
16
14
#
17
15
# @param [Bool] include_deliverfile If true (the default), includes the `fastlane/Deliverfile` in files being commited
18
-
# @param [Bool] include_metadata If true (the default), includes the `fastlane/download_metadata.swift` file and the `.pot` file (which typically contains an entry or release notes for the new version)
0 commit comments