From 51bc222664db6da14764aa303af8aebab51ff99e Mon Sep 17 00:00:00 2001 From: Christopher Palmer-Richez Date: Sat, 3 Aug 2024 14:16:50 -0400 Subject: [PATCH] Use CHANGELOG.md instead of RST. --- .github/workflows/release.yaml | 2 +- changelogs/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3cfe2c6..fb35c66 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,4 +34,4 @@ jobs: with: artifacts: - crichez-secureboot-${{ env.VERSION }}.tar.gz - body_file: CHANGELOG.rst + body_file: CHANGELOG.md diff --git a/changelogs/config.yaml b/changelogs/config.yaml index 3f63fb3..dea943a 100644 --- a/changelogs/config.yaml +++ b/changelogs/config.yaml @@ -11,7 +11,7 @@ mention_ancestor: true new_plugins_after_name: removed_features notesdir: fragments output_formats: -- rst +- md prelude_section_name: release_summary prelude_section_title: Release Summary sanitize_changelog: true