Skip to content

Commit 0200537

Browse files
committed
docs: revise template
1 parent 5ff47d5 commit 0200537

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/release-drafter.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ _extends: .github
55
template: |
66
<!-- Optional: add a release summary here -->
77
8-
## Default Clang Tools Versions
8+
## Default Clang Tools Versions for this release
99
10-
This release uses the following default versions:
1110
- **clang-format**: `$CLANG_FORMAT_VERSION`
1211
- **clang-tidy**: `$CLANG_TIDY_VERSION`
1312
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)
13+
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)
1514
1615
$CHANGES
1716

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "Default clang-tidy version: $CLANG_TIDY_VERSION"
4141
4242
# Draft your next Release notes as Pull Requests are merged into the default branch
43-
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 #v6
43+
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
4444
with:
4545
commitish: 'main'
4646
env:

0 commit comments

Comments
 (0)