Problem
Currently, version bumping is inconsistent across repositories:
- Some repos have
./run bumpversion (cockpit-apt, container-packaging-tools)
- Some repos have
./run bump-version (halos-marine-containers)
- Most repos have no version bump command at all
This makes it difficult to automate version bumps across the workspace.
Proposed Solution
- Standardize on a single command name:
./run bumpversion [patch|minor|major]
- Add this command to all repos that have a VERSION file
- Use
bump-my-version (or equivalent) consistently
- Handle repo-specific files (VERSION, pyproject.toml, package.json, Cargo.toml, etc.)
Affected Repositories
Implementation Requirements
Follow docs/IMPLEMENTATION_CHECKLIST.md during implementation.
🤖 Generated with Claude Code
Problem
Currently, version bumping is inconsistent across repositories:
./run bumpversion(cockpit-apt, container-packaging-tools)./run bump-version(halos-marine-containers)This makes it difficult to automate version bumps across the workspace.
Proposed Solution
./run bumpversion [patch|minor|major]bump-my-version(or equivalent) consistentlyAffected Repositories
Implementation Requirements
Follow
docs/IMPLEMENTATION_CHECKLIST.mdduring implementation.🤖 Generated with Claude Code