Skip to content

Rename 'changeset' to 'bump file' across the codebase#15

Open
theoephraim wants to merge 1 commit intomainfrom
refactor/rename-changeset-to-bump-file
Open

Rename 'changeset' to 'bump file' across the codebase#15
theoephraim wants to merge 1 commit intomainfrom
refactor/rename-changeset-to-bump-file

Conversation

@theoephraim
Copy link
Copy Markdown
Member

Summary

  • Renames the core "changeset" concept to "bump file" throughout the entire codebase to better differentiate from the upstream changesets tool this project was forked from
  • Renames changeset.tsbump-file.ts and changeset.test.tsbump-file.test.ts, updates all types, CLI commands, docs, and references
  • Adds new documentation pages (bump-files, cli, configuration, github-actions), LICENSE file, and readme banner image

Test plan

  • Verify bun run test passes with all renamed files and references
  • Verify CLI commands still work correctly with updated terminology
  • Review docs for any remaining "changeset" references that should be "bump file"

🤖 Generated with Claude Code

Rename the core concept from "changeset" to "bump file" to better reflect
what these files represent and to differentiate from the changesets tool
this project was forked from. Includes renaming source/test files,
updating all references in code, docs, CLI commands, and types.
Also adds new documentation pages, LICENSE, and readme banner image.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

bumpy-frog

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a bump file.

You can add a bump file by running:

bunx bumpy add

Or click here to add a bump file directly on GitHub.


This comment is maintained by bumpy.

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