Skip to content

Commit

Permalink
editorial: Don't filter ^fix in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Jan 29, 2022
1 parent 514f15b commit c18cd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h2>
</p>
<script class="removeOnSave">
function removeCommits({ message }) {
return !/^Clarify which FPWD|^Merge pull|^tidy|^editorial|^Editiorial|^edtiorial|^chore|^fix|^refactor|^tests?|^docs|^typo|^nit/i.test(message);
return !/^Clarify which FPWD|^Merge pull|^tidy|^editorial|^Editiorial|^edtiorial|^chore|^refactor|^tests?|^docs|^typo|^nit/i.test(message);
}
</script> <rs-changelog from="FPWD" filter=
"removeCommits"></rs-changelog>
Expand Down

0 comments on commit c18cd45

Please sign in to comment.