File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 568
568
section >
569
569
< section id ="conformance "> section >
570
570
< 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 ! / ^ e d i t o r i a l | ^ c h o r e | ^ \[ c h o r e | ^ f i x | ^ r e f a c t o r | ^ t e s t s ? | ^ d o c s | ^ t y p o | ^ n i t / i. test ( message ) ;
587
+ }
588
+ script > < rs-changelog from ="1589731080e09b9c7d485e54340ba66bc3ae1be0 "
589
+ filter ="removeCommits "> rs-changelog >
590
+ section >
571
591
< section class ="appendix ">
572
592
< h2 >
573
593
Acknowledgments
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ indent: yes
3
3
indent-spaces: 2
4
4
wrap: 80
5
5
tidy-mark: no
6
+ custom-tags: yes
You can’t perform that action at this time.
0 commit comments