From 712f1dfcf4fd2779a71a69c29f6f7358e1955118 Mon Sep 17 00:00:00 2001 From: Wen Liang Date: Tue, 24 Oct 2023 18:46:49 -0400 Subject: [PATCH] docs(changelog): Fix wrong format in version 1.13.2 The changelog update for version 1.13.2 contains wrongly formatted content which makes the changelog file update inconsistent from previous release. Signed-off-by: Wen Liang --- CHANGELOG.md | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e17ddc..e13c7ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,44 +22,9 @@ Changelog ### Other Changes - ci: Add markdownlint, test_converting_readme, and build_docs workflows (#630) - - - markdownlint runs against README.md to avoid any issues with - converting it to HTML - - test_converting_readme converts README.md > HTML and uploads this test - artifact to ensure that conversion works fine - - build_docs converts README.md > HTML and pushes the result to the - docs branch to publish dosc to GitHub pages site. - - Fix markdown issues in README.md - - Signed-off-by: Sergei Petrosian - - ci: Make badges consistent, run markdownlint all .md files (#631) - - - Consistently generate badges for GH workflows in roles' RHELPLAN-146921 - - Run markdownlint on all .md files - - Signed-off-by: Sergei Petrosian - -- docs: Update README.md [citest skip] (#632) - - Enhancement: - Updating README.md to reflect some recently added changes or features. - - Reason: - README.md is outdated. - - Result: - Guarantee that README.md is up to update. - - Issue Tracker Tickets (Jira or BZ if any): - - ci: Remove badges from README.md prior to converting to HTML (#633) - - - Remove thematic break after badges - - Remove badges from README.md prior to converting to HTML - - Signed-off-by: Sergei Petrosian - +- docs: Update README.md (#632) [1.13.1] - 2023-07-19 --------------------