diff --git a/.commitlintrc.json b/.commitlintrc.json index 8315cd60..44121de5 100644 --- a/.commitlintrc.json +++ b/.commitlintrc.json @@ -16,6 +16,7 @@ "perf", "refactor", "release", + "revert", "style", "test" ] diff --git a/release-please-config.json b/release-please-config.json index f400d3a5..d39ae880 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -22,6 +22,10 @@ "type": "deps", "section": "Dependencies" }, + { + "type": "revert", + "section": "Reverts" + }, { "type": "docs", "section": "Documentation",