Skip to content

Commit 1fdabfd

Browse files
committed
chore(changelog): limit the number of commits
Limit the number of commits to be processed in order to keep the changelog manageable. Signed-off-by: Sacha Telgenhof <me@sachatelgenhof.com>
1 parent 4625072 commit 1fdabfd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cliff.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ repo = "yasumi"
1111

1212
[changelog]
1313

14+
# limit the number of commits processed to keep changelog manageable
15+
limit_commits = 200
16+
1417
header = """
1518
# Changelog\n
1619
All notable changes to this project will be documented in this file.

0 commit comments

Comments
 (0)