From 50252443c001578937588a621d0581d948485406 Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Tue, 25 Jun 2024 11:37:30 +0200 Subject: [PATCH] Fix back-ticks in changelogs (#2143) SUMMARY Fix back-ticks in changelogs ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mark Chappell --- CHANGELOG.rst | 2 +- changelogs/changelog.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3e788401c7a..1f7269c35be 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,7 +10,7 @@ v8.0.1 Release Summary --------------- -This release includes some bug fixes for the `s3_object`, `ec2_instance` and `backup_plan_info` modules. +This release includes some bug fixes for the ``s3_object``, ``ec2_instance`` and ``backup_plan_info`` modules. Bugfixes -------- diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 2c44605452d..a3a46501ba5 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -3047,8 +3047,8 @@ releases: is specified (https://github.com/ansible-collections/amazon.aws/pull/1979). - s3_object - fixed issue which was causing ``MemoryError`` exceptions when downloading large files (https://github.com/ansible-collections/amazon.aws/issues/2107). - release_summary: This release includes some bug fixes for the `s3_object`, `ec2_instance` - and `backup_plan_info` modules. + release_summary: This release includes some bug fixes for the ``s3_object``, ``ec2_instance`` + and ``backup_plan_info`` modules. fragments: - 1979-do-not-ignore-ipv6-addresses.yaml - 2083-backup_plan_info-bugfix-get-info-for-all-plans.yml