taj54/Universal Version Bump

A GitHub Action to automatically bump versions across any app (Node, Python, PHP, Docker, etc.)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
release_typeSelect the version bump type (patch, minor, major)yespatch
git_tagWhether to create a Git tag after bumpnofalse
target_platformExplicitly specify the platform to update (e.g., node, python). If not provided, the platform will be detected automatically.no""
target_pathThe target path where the version bump should be applied. If not provided, the action will run in the root directory.no.
bump_targetsOptional list of version update targets. Provide the `path` and the `variable` to update, the Action will build regex automatically. Example: '[{"path": "setup.py", "variable": "version"}, {"path": "Dockerfile", "variable": "APP_VERSION"}]' no[]
namedescription
new_versionThe new bumped version
tagThe created Git tag (if enabled)