From 618ec06418a74b8da157a7f5116117f295ec1e62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 19:35:02 +0000 Subject: [PATCH 1/3] Update changelog (automated) --- cumulusci/__about__.py | 2 +- docs/history.md | 22 ++++++++++++++++++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/cumulusci/__about__.py b/cumulusci/__about__.py index dbed652c2b..1944fbb619 100644 --- a/cumulusci/__about__.py +++ b/cumulusci/__about__.py @@ -1 +1 @@ -__version__ = "3.86.1" +__version__ = "3.87.0" diff --git a/docs/history.md b/docs/history.md index 17dcf91a05..5990ea1e8e 100644 --- a/docs/history.md +++ b/docs/history.md @@ -2,14 +2,32 @@ -## v3.86.1 (2024-05-06) +## v3.87.0 (2024-05-17) -**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.86.0...v3.86.1 +## What's Changed + +### Changes 🎉 + +- Update author in Sphinx PDF output by [@jstvz](https://github.com/jstvz) in [#3646](https://github.com/SFDO-Tooling/CumulusCI/pull/3646) +- Allow manually triggering lint workflow by [@jstvz](https://github.com/jstvz) in [#3785](https://github.com/SFDO-Tooling/CumulusCI/pull/3785) +- Don't add fullname tag in 2GP package.xml by [@leboff](https://github.com/leboff) in [#3748](https://github.com/SFDO-Tooling/CumulusCI/pull/3748) + +## New Contributors + +- @leboff made their first contribution in [#3748](https://github.com/SFDO-Tooling/CumulusCI/pull/3748) + +**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.86.1...v3.87.0 +## v3.86.1 (2024-05-06) + + + +**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.86.0...v3.86.1 + ## v3.86.0 (2024-03-27) From dce1b88e2ca3627ee707a1aa563aa52e74743b64 Mon Sep 17 00:00:00 2001 From: James Estevez Date: Fri, 17 May 2024 13:46:27 -0700 Subject: [PATCH 2/3] squashme: dummy commit From 0167623c2d6748f52ba83a697c6a157c27afce4c Mon Sep 17 00:00:00 2001 From: James Estevez Date: Fri, 17 May 2024 13:47:42 -0700 Subject: [PATCH 3/3] remove ci prs --- docs/history.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/history.md b/docs/history.md index 5990ea1e8e..f2b2c27b12 100644 --- a/docs/history.md +++ b/docs/history.md @@ -10,8 +10,6 @@ ### Changes 🎉 -- Update author in Sphinx PDF output by [@jstvz](https://github.com/jstvz) in [#3646](https://github.com/SFDO-Tooling/CumulusCI/pull/3646) -- Allow manually triggering lint workflow by [@jstvz](https://github.com/jstvz) in [#3785](https://github.com/SFDO-Tooling/CumulusCI/pull/3785) - Don't add fullname tag in 2GP package.xml by [@leboff](https://github.com/leboff) in [#3748](https://github.com/SFDO-Tooling/CumulusCI/pull/3748) ## New Contributors