Commit Graph

5 Commits

Author SHA1 Message Date
marius-kilocode 54a27c3fc3 chore(script): drop kilo-engineering from team list
It does not author commits, so stripping its attribution from release
notes is unnecessary.
2026-07-13 10:44:44 +02:00
marius-kilocode d17041f7a9 chore(script): reconcile team list with active maintainers
The hardcoded team list in packages/script/src/index.ts (Script.team)
and its duplicate in script/changelog-github.cjs had drifted apart and
both included accounts no longer in the Kilo-Org. This list is consumed
by script/raw-changelog.ts to strip 'Thanks @user!' attribution for
internal members, so stale entries let departed contributors keep
receiving credit while active ones still get thanked.

Reconcile both copies against the live org-member and repo-collaborator
rosters: remove departed humans, add missing active accounts, keep all
bot/CI accounts, and alphabetize for parity between the two files.
2026-07-13 10:26:35 +02:00
kiloconnect[bot] 96bd75067a 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.
2026-04-17 13:35:52 +00:00
kiloconnect[bot] 3895139f5c chore: add dependabot[bot] to team list
dependabot[bot] opens PRs regularly; suppress the 'Thanks' line in release notes the same way we do for other team bots.
2026-04-17 13:16:09 +00:00
Mark IJbema 26e2e3339f feat: custom changelog generator that skips team member attribution 2026-04-13 17:18:22 +02:00