Skip to content

3.36.0

Compare
Choose a tag to compare
@jstvz jstvz released this 27 May 23:52
· 2453 commits to main since this release
eeffb64

Changes

  • Added the option tag_prefix to the github_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

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 to cci 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 at login.salesforce.com instead of test.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)