3.36.0
Changes
- Added the option
tag_prefix
to thegithub_release
task. This option can be set to specify what prefix you would like to use when CumulusCI creates a release tag for you in GitHub. (#2642) - The
deploy_marketing_cloud_package
task has been updated to match changes to the Marketing Cloud Package Manager API. It also now raises an exception if the deployment failed. (#2632)
Robot Framework
- Improved the output of the
robot_libdoc
task. (#2627)
Data generation with Snowfakery
- Updated to Snowfakery 1.12 (#2538)
Issues Closed
- Fixed an issue where flow reference documentation was rendering with an error. (#2646)
- CumulusCI will now remove orgs when the
--delete-org
option is passed tocci flow run
, even if an error occurs while running the flow. (#2644) - Fixed a bug where beta tags created via the
release_2gp_beta
flow were not receiving the proper tag prefix. (#2642) - Fixed namespace injection for filenames with a
___NAMESPACE___
token in sfdx format. (#2631) (Thanks @bethbrains) - Fixed a bug in
cci org connect
where the--sandbox
flag was directing users to login atlogin.salesforce.com
instead oftest.salesforce.com
. (#2630) - Fixed a regression where the
skip
key for a dependency could no longer be specified as a single string instead of a list. (#2629) - Fixed a regression in freezing the
deploy_pre
/deploy_post
tasks for MetaDeploy install plans. (#2626) - Fixed bugs in the
deploy_marketing_cloud_package
task's payload construction. (#2620, #2621)