Skip to content

Commit 67a675e

Browse files
committed
chore: update generate release notes
1 parent 583e9c3 commit 67a675e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ jobs:
4646
4747
# Generate release notes file
4848
echo "## 💡 Default Clang Tool Version" > release_notes.md
49-
echo "- clang-format: \`$CLANG_FORMAT_VERSION\`" >> release_notes.md
50-
echo "- clang-tidy: \`$CLANG_TIDY_VERSION\`" >> release_notes.md
49+
echo "clang-format: \`$CLANG_FORMAT_VERSION\` · clang-tidy: \`$CLANG_TIDY_VERSION\`" >> release_notes.md
5150
echo "" >> release_notes.md
52-
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
51+
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
5352
echo "" >> release_notes.md
5453
cat release_notes.md
5554

0 commit comments

Comments
 (0)