Skip to content

Commit a411bf2

Browse files
committed
Updated release-notes-configuration.json
1 parent 71c07e7 commit a411bf2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/release-notes-configuration.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
{
44
"title": "## New",
55
"labels": [
6-
"new feature"
6+
"new"
77
]
88
},
99
{
1010
"title": "## Changed",
1111
"labels": [
12-
"feature enhancement",
12+
"enhancement",
1313
"change"
1414
]
1515
},
@@ -27,7 +27,8 @@
2727
}
2828
],
2929
"ignore_labels": [
30-
"ignore"
30+
"ignore",
31+
"documentation"
3132
],
3233
"sort": "ASC",
3334
"template": "${{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n${{UNCATEGORIZED}}\n</details>",

0 commit comments

Comments
 (0)