Skip to content

Commit e79bc97

Browse files
committed
Disabling automatic tagging on code freeze
1 parent 058e19f commit e79bc97

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
@@ -67,7 +67,7 @@ ENV["APP_STORE_STRINGS_FILE_NAME"]="AppStoreStrings.pot"
6767
setfrozentag(repository:GHHELPER_REPO, milestone: new_version)
6868

6969
ios_localize_project()
70-
ios_tag_build()
70+
7171
get_prs_list(repository:GHHELPER_REPO, start_tag:"#{old_version}", report_path:"#{File.expand_path('~')}/wcios_prs_list_#{old_version}_#{new_version}.txt")
7272
end
7373

0 commit comments

Comments
 (0)