Skip to content

Commit

Permalink
chore: Add clog sections
Browse files Browse the repository at this point in the history
When the .clog.toml exists, it overrides the default clog sections even
if there is no [sections].

[1] https://github.com/clog-tool/clog-lib/blob/0289b1bb76386baa40ed3a0d75e99d3cc6b3fb77/src/clog.rs#L146
  • Loading branch information
Frederick888 committed Aug 15, 2024
1 parent 0dcbd0d commit 1bf5afe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .clog.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
[clog]
repository = "https://github.com/Frederick888/gh-ph"
[sections]
Features = ["feat"]
"Bug Fixes" = ["fix"]
Performance = ["perf"]
Reverts = ["revert"]
"Breaking Changes" = ["breaks"]

0 comments on commit 1bf5afe

Please sign in to comment.