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