File tree 2 files changed +11
-5
lines changed 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -5406,16 +5406,21 @@ <h2>
5406
5406
</ p >
5407
5407
</ section >
5408
5408
< section >
5409
- < h2 > Changelog</ h2 >
5409
+ < h2 >
5410
+ Changelog
5411
+ </ h2 >
5410
5412
< script class ="remove ">
5411
5413
function removeCommits ( { message } ) {
5412
5414
return ! / ^ e d i t o r i a l | ^ E d i t i o r i a l | ^ e d t i o r i a l | ^ 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 ) ;
5413
5415
}
5414
5416
</ script >
5415
- < p > Changes from between CR2 until now:</ p >
5416
- < rs-changelog from ="CR2 " filter ="removeCommits "> </ rs-changelog >
5417
- < p > Changes from between CR1 and CR2:</ p >
5418
- < rs-changelog from ="CR " to ="CR2 " filter ="removeCommits "> </ rs-changelog >
5417
+ < p >
5418
+ Changes from between CR2 until now:
5419
+ </ p > < rs-changelog from ="CR2 " filter ="removeCommits "> </ rs-changelog >
5420
+ < p >
5421
+ Changes from between CR1 and CR2:
5422
+ </ p > < rs-changelog from ="CR " to ="CR2 " filter =
5423
+ "removeCommits "> </ rs-changelog >
5419
5424
</ section >
5420
5425
</ body >
5421
5426
</ html >
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ indent: yes
3
3
wrap: 80
4
4
tidy-mark: no
5
5
newline: LF
6
+ custom-tags: yes
You can’t perform that action at this time.
0 commit comments