We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9313364 commit fbf277dCopy full SHA for fbf277d
1 file changed
cumulusci.yml
@@ -1,3 +1,4 @@
1
+minimum_cumulusci_version: 3.74.0
2
project:
3
name: OutboundFunds
4
source_format: sfdx
@@ -78,6 +79,11 @@ tasks:
78
79
options:
80
path: robot/OutboundFunds/resources/unpackaged/qa
81
82
+ github_release:
83
+ options:
84
+ release_content: |
85
+ Check out the Salesforce Release Notes on [Salesforce Help & Training](https://sfdc.co/bnL4Cb).
86
+
87
flows:
88
config_dev:
89
steps:
@@ -124,6 +130,11 @@ flows:
124
130
2:
125
131
task: bridge:install_managed
126
132
133
+ release_production:
134
+ steps:
135
+ 3:
136
+ task: None
137
127
138
orgs:
128
139
scratch:
129
140
dev_namespaced:
0 commit comments