You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/release-drafter.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ _extends: .github
4
4
# Override the template to include default tool versions
5
5
template: |
6
6
<!-- Optional: add a release summary here -->
7
-
7
+
8
8
## Default Clang Tools Versions
9
-
9
+
10
10
This release uses the following default versions:
11
11
- **clang-format**: `$CLANG_FORMAT_VERSION`
12
12
- **clang-tidy**: `$CLANG_TIDY_VERSION`
13
-
13
+
14
14
Users can specify the desired version by adding the `--version` argument under `args` in their pre-commit configuration. See: [Custom Clang Tool Version](https://github.com/cpp-linter/cpp-linter-hooks?tab=readme-ov-file#custom-clang-tool-version)
0 commit comments