Skip to content

Commit 49c1000

Browse files
authored
Add BUILD type to release note script (#5707)
Add BUILD type to automatic release notes script because it was missing. --- TYPE: NO_HISTORY DESC: Add BUILD type to release note script
1 parent 372d07b commit 49c1000

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/parse_pr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"FORMAT": "## Disk Format",
1111
"BREAKING_API": "## Breaking C API changes",
1212
"BREAKING_BEHAVIOR": "## Breaking behavior",
13+
"BUILD": "## Build system changes",
1314
"FEATURE": "## New features",
1415
"IMPROVEMENT": "## Improvements",
1516
"DEPRECATION": "## Deprecations",

0 commit comments

Comments
 (0)