Skip to content

Commit 16b339e

Browse files
committed
chore: add changelogs
1 parent 1cfb590 commit 16b339e

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,26 @@

568568
section>
569569
<section id="conformance">section>
570570
<section id="idl-index">section>
571+
<section class="informative">
572+
<h2>
573+
Changlog
574+
h2>
575+
<script class="remove">
576+
const ignoredHashes = [
577+
"2ed0b468aacf7a4e3e351f25f114e9cb2fbef009"
578+
];
579+
function removeCommits(entry) {
580+
const { message, hash } = entry;
581+
for (const ignoredHash of ignoredHashes) {
582+
if (ignoredHash.startsWith(hash)) {
583+
return false;
584+
};
585+
}
586+
return !/^editorial|^chore|^\[chore|^fix|^refactor|^tests?|^docs|^typo|^nit/i.test(message);
587+
}
588+
script> <rs-changelog from="1589731080e09b9c7d485e54340ba66bc3ae1be0"
589+
filter="removeCommits">rs-changelog>
590+
section>
571591
<section class="appendix">
572592
<h2>
573593
Acknowledgments

tidyconfig.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ indent: yes
33
indent-spaces: 2
44
wrap: 80
55
tidy-mark: no
6+
custom-tags: yes

0 commit comments

Comments
 (0)