Setup towncrier

This commit is contained in:
Benoit Marty 2023-01-11 14:56:13 +01:00
parent 6b12537e8f
commit b2719bc3bc
7 changed files with 79 additions and 6 deletions

View file

@ -43,7 +43,6 @@ if (requiresChangelog) {
"doc",
"feature",
"misc",
"sdk",
"wip",
]
if (!changelogFiles.every(file => validTowncrierExtensions.includes(file.split(".").pop()))) {
@ -68,13 +67,10 @@ const signOff = "Signed-off-by:"
// Please add new names following the alphabetical order.
const allowList = [
"amitkma",
"aringenbach",
"BillCarsonFr",
"bmarty",
"Claire1817",
"dependabot[bot]",
"ericdecanini",
"fedrunov",
"Florian14",
"ganfra",
@ -86,7 +82,6 @@ const allowList = [
"manuroe",
"mnaturel",
"onurays",
"ouchadam",
"stefanceriu",
"yostyle",
]