From aed8afab9d481629f899450649871c8c43603a42 Mon Sep 17 00:00:00 2001 From: ieisystem <148536634+ieisystem@users.noreply.github.com> Date: Fri, 7 Jun 2024 10:10:39 +0800 Subject: [PATCH] Modify the title information in changelogs config.yaml (#25) --- CHANGELOG.rst | 6 +++--- changelogs/config.yaml | 2 +- changelogs/fragments/25-edit_changelog_config.yml | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 changelogs/fragments/25-edit_changelog_config.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c095f94..caa2a7f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,6 @@ -==================================================== -CHANGE THIS IN changelogs/config.yaml! Release Notes -==================================================== +============================= +kaytus.ksmanage Release Notes +============================= .. contents:: Topics diff --git a/changelogs/config.yaml b/changelogs/config.yaml index 08c3ba7..7b3fa7e 100644 --- a/changelogs/config.yaml +++ b/changelogs/config.yaml @@ -25,5 +25,5 @@ sections: - Bugfixes - - known_issues - Known Issues -title: CHANGE THIS IN changelogs/config.yaml! +title: kaytus.ksmanage trivial_section_name: trivial diff --git a/changelogs/fragments/25-edit_changelog_config.yml b/changelogs/fragments/25-edit_changelog_config.yml new file mode 100644 index 0000000..4be9cbe --- /dev/null +++ b/changelogs/fragments/25-edit_changelog_config.yml @@ -0,0 +1,2 @@ +bugfixes: + - "Modify the title information in changelogs config.yaml (https://github.com/ieisystem/ieisystem.inmanage/pull/25)."