Skip to content

Commit 1ec7191

Browse files
authored
chore(releasing): add revert to known commit types (#23807)
1 parent d0dbbac commit 1ec7191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-release-cue.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def find_repo_root
4444
ROOT = find_repo_root
4545
RELEASE_REFERENCE_DIR = File.join(ROOT, "website", "cue", "reference", "releases")
4646
CHANGELOG_DIR = File.join(ROOT, "changelog.d")
47-
TYPES = ["chore", "docs", "feat", "fix", "enhancement", "perf"]
47+
TYPES = ["chore", "docs", "feat", "fix", "enhancement", "perf", "revert"]
4848
TYPES_THAT_REQUIRE_SCOPES = ["feat", "enhancement", "fix"]
4949

5050
# Parse command-line options

0 commit comments

Comments
 (0)