Skip to content

Commit 81b57e7

Browse files
authored
fix: update formatting of Clang tool version variables
1 parent 8658b05 commit 81b57e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ template: |
77
88
## Default Clang Tools Versions for this release
99
10-
- **clang-format**: $CLANG_FORMAT_VERSION
11-
- **clang-tidy**: $CLANG_TIDY_VERSION
10+
- **clang-format**: `$CLANG_FORMAT_VERSION`
11+
- **clang-tidy**: `$CLANG_TIDY_VERSION`
1212
1313
You can override the default versions 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)
1414

0 commit comments

Comments
 (0)