From c394eac5ccbd5f5e5c5a08a3270555e5e10e2666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sat, 30 Nov 2024 10:22:29 +0100 Subject: [PATCH] feat: Both "doc" and "docs" prefixes are mapped to "Documentation" --- R/parse-news-items.R | 1 + 1 file changed, 1 insertion(+) 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",