diff --git a/R/parse-news-items.R b/R/parse-news-items.R index b2d16396..e800b2b2 100644 --- a/R/parse-news-items.R +++ b/R/parse-news-items.R @@ -122,6 +122,7 @@ conventional_commit_types <- function() { "Build system, external dependencies" = "build", "Chore" = "chore", "Continuous integration" = "ci", + "Documentation" = "doc", "Documentation" = "docs", "Code style" = "style", "Refactoring" = "refactor",