Skip to content

Commit

Permalink
Editorial: add informative changelog (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cáceres committed Dec 6, 2019
1 parent d013715 commit 00604d1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5405,5 +5405,17 @@ <h2>
Community Group</a>.
</p>
</section>
<section>
<h2>Changelog</h2>
<script class="remove">
function removeCommits({ message }) {
return !/^editorial|^Editiorial|^edtiorial|^chore|^fix|^refactor|^tests?|^docs|^typo|^nit/i.test(message);
}
</script>
<p>Changes from between CR2 until now:</p>
<rs-changelog from="CR2" filter="removeCommits"></rs-changelog>
<p>Changes from between CR1 and CR2:</p>
<rs-changelog from="CR" to="CR2" filter="removeCommits"></rs-changelog>
</section>
</body>
</html>

0 comments on commit 00604d1

Please sign in to comment.