Skip to content

Commit ada0cd8

Browse files
committed
DRY GlotPress release notes URL usege in Fastfile
1 parent fc3ff31 commit ada0cd8

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
@@ -277,7 +277,7 @@ platform :ios do
277277

278278
UI.message('Checking release notes strings translation status...')
279279
check_translation_progress(
280-
glotpress_url: 'https://translate.wordpress.com/projects/woocommerce/woocommerce-ios/release-notes/',
280+
glotpress_url: GLOTPRESS_METADATA_PROJECT_URL,
281281
abort_on_violations: false
282282
)
283283

0 commit comments

Comments
 (0)