Skip to content

chore: track README_EN.md in .all-contributorsrc files array#22

Merged
xpzouying merged 1 commit into
mainfrom
chore/all-contributors-track-README_EN
May 21, 2026
Merged

chore: track README_EN.md in .all-contributorsrc files array#22
xpzouying merged 1 commit into
mainfrom
chore/all-contributors-track-README_EN

Conversation

@xpzouying

Copy link
Copy Markdown
Collaborator

Summary

Fix the root cause that made #21 necessary: .all-contributorsrc was only tracking README.md, so npx all-contributors-cli add ... silently drifted README_EN.md out of sync after #19 introduced it.

Adding README_EN.md to the files array lets future contributor adds update both READMEs in one invocation, no manual sync PR.

Verification

Ran npx all-contributors-cli generate locally after the change — produced an empty diff on both READMEs (no-op regenerate), confirming both files' BADGE / LIST markers are recognized by the tool with the new config.

$ npx all-contributors-cli@latest generate
$ git diff --stat README.md README_EN.md
(empty — both files already in sync, config processes both correctly)

After #19 introduced README_EN.md, the all-contributors-cli only knew
about README.md, so adding a contributor (e.g. #20) silently drifted
the English README out of sync — fixed manually in #21. Adding
README_EN.md to the "files" array lets future `npx all-contributors-cli
add <login> <types>` update both files in one invocation.

Verified locally with `npx all-contributors-cli generate` — produced no
diff on either README (no-op regenerate), confirming both files'
markers are recognized.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@xpzouying xpzouying merged commit 9da330a into main May 21, 2026
@xpzouying xpzouying deleted the chore/all-contributors-track-README_EN branch May 21, 2026 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant