Rename minver-rs to TagVer and update related files#6
Merged
boblangley merged 1 commit intomainfrom Dec 9, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR renames the project from minver-rs to TagVer, updating all references throughout the codebase including package names, binary names, error types, environment variables, documentation, and CI/CD workflows.
Key Changes:
- Renamed core library package from
minver-rstotagverand CLI package fromminver-rs-clitotagver-cli - Updated error type from
MinVerErrortoTagVerErrorthroughout the codebase - Changed environment variable prefix from
MINVER*toTAGVER_*
Reviewed changes
Copilot reviewed 23 out of 24 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| crates/core/Cargo.toml | Updated package name, repository URL, and documentation URL to reflect new project name |
| crates/cli/Cargo.toml | Renamed CLI package and updated binary name from minver to tagver |
| crates/core/src/error.rs | Renamed error type from MinVerError to TagVerError |
| crates/core/src/lib.rs | Updated module documentation and public API to use new naming |
| crates/core/src/version.rs | Updated documentation examples to use tagver namespace |
| crates/core/src/tags.rs | Updated error type references in tag parsing logic |
| crates/core/src/git.rs | Updated repository wrapper documentation and error handling |
| crates/core/src/config.rs | Updated configuration documentation with new namespace |
| crates/cli/src/main.rs | Renamed CLI command, updated environment variables, and changed error type usage |
| crates/cli/build.rs | Updated build script to use new package name and environment variable |
| crates/cli/tests/cli.rs | Updated all CLI tests to use tagver command and new environment variables |
| crates/core/tests/*.rs | Updated test imports to use tagver namespace |
| crates/core/tests/common/*.rs | Updated test infrastructure comments |
| README.md | Updated project name, installation instructions, and environment variable names |
| .github/workflows/release.yml | Updated artifact names and binary paths |
| .devcontainer/devcontainer.json | Updated container name |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Updated the project name from `minver-rs` to `TagVer` across all files including configuration, workflows, and documentation. - Changed artifact names and binary paths in GitHub Actions workflow to reflect the new project name. - Modified `Cargo.lock` to replace `minver-rs` and `minver-rs-cli` with `tagver` and `tagver-cli`. - Updated README.md to reflect the new project name and installation instructions. - Renamed CLI binary and updated its implementation to use the new `tagver` namespace. - Adjusted error handling and configuration structures to align with the new naming convention. - Updated tests to use the new `tagver` commands and configurations.
bd020c7 to
a42a1dd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
minver-rstoTagVeracross all files including configuration, workflows, and documentation.Cargo.lockto replaceminver-rsandminver-rs-cliwithtagverandtagver-cli.tagvernamespace.tagvercommands and configurations.