Skip to content

Commit

Permalink
Prepare 3.36.0 (#2647)
Browse files Browse the repository at this point in the history
Co-authored-by: David Reed <[email protected]>
  • Loading branch information
jstvz and davidmreed authored May 27, 2021
1 parent 3888b43 commit eeffb64
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,49 @@
History
=======

3.36.0 (2021-05-27)
-------------------

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:

- Updated to `Snowfakery
1.12 <https://github.com/SFDO-Tooling/Snowfakery/releases/tag/v1.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 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)

3.35.0 (2021-05-13)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion cumulusci/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.36.0.dev2
3.36.0

0 comments on commit eeffb64

Please sign in to comment.