Skip to content

Commit 21b66c9

Browse files
ci(markdownlint): Replace deprecated rule alias
The `-header` aliases were deprecated in markdownlint v0.9.0; `-heading` is recommended instead.
1 parent 704d300 commit 21b66c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.markdownlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Commitizen produces duplicate headings in CHANGELOG.md.
2-
no-duplicate-header:
2+
no-duplicate-heading:
33
siblings_only: true

0 commit comments

Comments
 (0)