chore: simplify fastlane config and release workflows

This commit is contained in:
cogwheel0
2025-10-24 13:37:24 +05:30
parent 1fe4a2db26
commit cb6a01a09e
6 changed files with 69 additions and 172 deletions

View File

@@ -6,3 +6,4 @@ skip_metadata(true)
skip_screenshots(true)
run_precheck_before_submit(false)
ipa("../build/ios/ipa/conduit.ipa")
release_notes('en-US' => File.read('metadata/en-US/release_notes.txt'))