Skip to content

Commit

Permalink
Refactor: add changelog.toml
Browse files Browse the repository at this point in the history
To be able to create a changelog from conventional commits we need to
define which commits should be parsed within a changelog.toml.
  • Loading branch information
nichtsfrei committed Jul 18, 2022
1 parent ec95a2e commit 5fec8e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelog.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
commit_types = [
{ message = "^add", group = "Added"},
{ message = "^remove", group = "Removed"},
{ message = "^change", group = "Changed"},
{ message = "^fix", group = "Bug Fixes"},
]

changelog_dir = "changelog"

0 comments on commit 5fec8e8

Please sign in to comment.