Skip to content

Commit f55bbbf

Browse files
authored
chore(changelog): Add a changelog file (#190)
Add a CHANGELOG.md file to keep a proper changelog (outside of the GitHub releases) and a git-cliff config to maintain it over time Partially addresses #183
1 parent 7bf057d commit f55bbbf

File tree

3 files changed

+486
-0
lines changed

3 files changed

+486
-0
lines changed

.github/workflows/mdl_style.rb

+3
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@
66

77
# Allow inline HTML
88
exclude_tag :html
9+
10+
# Allow having multiple headers with the same content (for CHANGELOG.md)
11+
exclude_rule 'MD024'

0 commit comments

Comments
 (0)