fix: suppress 'Thanks' credit for kilo-code-bot app in changelog

@changesets/changelog-github renders GitHub App credits with the app slug (e.g. [@kilo-code-bot](https://github.com/apps/kilo-code-bot)), not the '[bot]'-suffixed commit author login. v7.2.12 leaked a 'Thanks @kilo-code-bot!' line because the team set only contained 'kilo-code-bot[bot]'. Add the bare slug.
This commit is contained in:
kiloconnect[bot]
2026-04-17 13:29:16 +00:00
parent 3895139f5c
commit 96bd75067a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -132,6 +132,7 @@ const team = [
"alex-alecu",
"imanolmzd-svg",
"kilocode-bot",
"kilo-code-bot",
"kilo-code-bot[bot]",
"kirillk",
"lambertjosh",
+1
View File
@@ -30,6 +30,7 @@ const team = new Set([
"alex-alecu",
"imanolmzd-svg",
"kilocode-bot",
"kilo-code-bot",
"kilo-code-bot[bot]",
"kirillk",
"lambertjosh",