diff --git a/.clog.toml b/.clog.toml new file mode 100644 index 00000000..50735f66 --- /dev/null +++ b/.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"]