We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0dbbac commit 1ec7191Copy full SHA for 1ec7191
scripts/generate-release-cue.rb
@@ -44,7 +44,7 @@ def find_repo_root
44
ROOT = find_repo_root
45
RELEASE_REFERENCE_DIR = File.join(ROOT, "website", "cue", "reference", "releases")
46
CHANGELOG_DIR = File.join(ROOT, "changelog.d")
47
-TYPES = ["chore", "docs", "feat", "fix", "enhancement", "perf"]
+TYPES = ["chore", "docs", "feat", "fix", "enhancement", "perf", "revert"]
48
TYPES_THAT_REQUIRE_SCOPES = ["feat", "enhancement", "fix"]
49
50
# Parse command-line options
0 commit comments