From 950fab200537579bea752a92a03afdc314ceb5f1 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 22:48:34 +0000 Subject: [PATCH] Generate a change log entry for v1.2.0.post2 --- CHANGELOG.rst | 27 +++++++++++++++++++ .../13374a71.packaging.rst | 3 --- .../627f718d.packaging.rst | 3 --- 3 files changed, 27 insertions(+), 6 deletions(-) delete mode 100644 docs/changelog-fragments/13374a71.packaging.rst delete mode 100644 docs/changelog-fragments/627f718d.packaging.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3191aa499..35bc42d04 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,33 @@ Changelog .. towncrier release notes start +v1.2.0.post2 +============ + +*(2024-06-08)* + + +Packaging updates and notes for downstreams +------------------------------------------- + +- The automation now replaces the "project" RST substitution + in the long description and GitHub Discussions/Releases + -- by :user:`webknjaz`. + + *Related commits on GitHub:* + :commit:`13374a71`. + +- The CI/CD automation has been fixed to include changelog + updates into source distribution tarballs + -- by :user:`webknjaz`. + + *Related commits on GitHub:* + :commit:`627f718d`. + + +---- + + v1.2.0 ====== diff --git a/docs/changelog-fragments/13374a71.packaging.rst b/docs/changelog-fragments/13374a71.packaging.rst deleted file mode 100644 index a9b0f0527..000000000 --- a/docs/changelog-fragments/13374a71.packaging.rst +++ /dev/null @@ -1,3 +0,0 @@ -The automation now replaces the "project" RST substitution -in the long description and GitHub Discussions/Releases --- by :user:`webknjaz`. diff --git a/docs/changelog-fragments/627f718d.packaging.rst b/docs/changelog-fragments/627f718d.packaging.rst deleted file mode 100644 index de7a2870c..000000000 --- a/docs/changelog-fragments/627f718d.packaging.rst +++ /dev/null @@ -1,3 +0,0 @@ -The CI/CD automation has been fixed to include changelog -updates into source distribution tarballs --- by :user:`webknjaz`.