Skip to content

Commit

Permalink
ci(markdownlint): Replace deprecated rule alias
Browse files Browse the repository at this point in the history
The `-header` aliases were deprecated in markdownlint v0.9.0; `-heading`
is recommended instead.
  • Loading branch information
Kurt-von-Laven committed Dec 19, 2023
1 parent 704d300 commit 21b66c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Commitizen produces duplicate headings in CHANGELOG.md.
no-duplicate-header:
no-duplicate-heading:
siblings_only: true

0 comments on commit 21b66c9

Please sign in to comment.