Skip to content

chore: delete the vestigial VERSION file#104

Merged
VickyXAI merged 1 commit into
mainfrom
chore/drop-vestigial-version-file
Jul 15, 2026
Merged

chore: delete the vestigial VERSION file#104
VickyXAI merged 1 commit into
mainfrom
chore/drop-vestigial-version-file

Conversation

@VickyXAI

Copy link
Copy Markdown
Contributor

VERSION said 3.24.1 while the package was 3.33.0 — a second, wrong source of truth.

Safe to delete — verified, not assumed:

  • Nothing reads it: no reference in src/, scripts/, .github/, install.sh, or docs
  • Not in package.json files (["dist","assets","README.md","LICENSE"]), so it was never published to npm — confirmed against the real 3.33.0 tarball (0 matches). Removing it cannot affect the package.
  • No version bump / release needed for the same reason.

git log -- VERSION shows it was part of the release ritual through v3.24.1 (2026-06-01), then quietly dropped — every release since (3.25 → 3.33) left it behind. package.json is the real version; this file only existed to mislead the next person who grepped for it.

It said 3.24.1 while the package was 3.33.0 — a second, wrong source of
truth for the version.

Nothing reads it: no reference anywhere in src/, scripts/, .github/,
install.sh or docs, and it isn't in package.json `files`, so it was never
published to npm either. Deleting it cannot affect the package.

History shows it was part of the release ritual through v3.24.1
(2026-06-01) and then quietly dropped — every release since (3.25 → 3.33)
left it behind. package.json is the real version; this file only existed
to mislead the next person who grepped for it.
@VickyXAI VickyXAI merged commit 74bb42b into main Jul 15, 2026
2 checks passed
@VickyXAI VickyXAI deleted the chore/drop-vestigial-version-file branch July 15, 2026 01:57
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