-
Notifications
You must be signed in to change notification settings - Fork 0
/
cumulusci.yml
25 lines (24 loc) · 948 Bytes
/
cumulusci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
project:
name: Affiliations
package:
name: Affiliations
namespace: npe5
api_version: 53.0
git:
prefix_release: rel/
default_branch: main
dependency_resolutions:
preproduction: include_beta
tasks:
cleanup_translation_metadata:
description: Delete metadata from translation files that should not be translated.
class_path: cumulusci.tasks.metadata.modify.RemoveElementsXPath
options:
output_style: salesforce
elements:
- path: src/translations/**.translation
xpath: //ns:customLabels[ns:name='DefaultCurrentStatus']|//ns:customLabels[ns:name='DefaultFormerStatus']
- path: src/translations/**.translation
xpath: //ns:quickActions
- path: src/translations/**.translation
xpath: //ns:reportTypes[ns:name='screen_flows_prebuilt_crt']