Skip to content

Commit

Permalink
chore: Add clog config (#555)
Browse files Browse the repository at this point in the history
Add config for clog which is used for generating release notes from our
conventional commits.

For details on the tool see: https://github.com/clog-tool/clog-cli
  • Loading branch information
stevenh committed Feb 18, 2021
1 parent 9e4eba0 commit 72af812
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .clog.toml
@@ -0,0 +1,14 @@
[clog]
repository = "https://github.com/gomodule/redigo"
subtitle = "Release Notes"
from-latest-tag = true

[sections]
"Refactors" = ["refactor"]
"Chores" = ["chore"]
"Continuous Integration" = ["ci"]
"Improvements" = ["imp", "improvement"]
"Features" = ["feat", "feature"]
"Legacy" = ["legacy"]
"QA" = ["qa", "test"]
"Documentation" = ["doc", "docs"]

0 comments on commit 72af812

Please sign in to comment.