From 67a675e4ecee59e58559e499815b9d26a5241b27 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Sat, 1 Nov 2025 02:26:16 +0200 Subject: [PATCH] chore: update generate release notes --- .github/workflows/release-drafter.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 8ecf037..eecd933 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -46,10 +46,9 @@ jobs: # Generate release notes file echo "## 💡 Default Clang Tool Version" > release_notes.md - echo "- clang-format: \`$CLANG_FORMAT_VERSION\`" >> release_notes.md - echo "- clang-tidy: \`$CLANG_TIDY_VERSION\`" >> release_notes.md + echo "clang-format: \`$CLANG_FORMAT_VERSION\` · clang-tidy: \`$CLANG_TIDY_VERSION\`" >> release_notes.md echo "" >> release_notes.md - echo "You can override the default versions for this release by adding the \`--version\` argument under \`args\` in your pre-commit configuration. For details, see [Custom Clang Tool Version](https://github.com/cpp-linter/cpp-linter-hooks?tab=readme-ov-file#custom-clang-tool-version)" >> release_notes.md + echo "You can override the default versions for by adding the \`--version\` argument under \`args\` in your pre-commit config. See [Custom Clang Tool Version](https://github.com/cpp-linter/cpp-linter-hooks?tab=readme-ov-file#custom-clang-tool-version) for details." >> release_notes.md echo "" >> release_notes.md cat release_notes.md