keloran/Multi-Language Version Bump
Automatically update version numbers in package.json, Cargo.toml, pyproject.toml, and build.gradle files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version number to set (without v prefix). If not provided, will extract from git tag | no | — |
| commit | Whether to commit the changes automatically | no | false |
| commit-message | Custom commit message template | no | chore: bump version to {version} |
| search-subdirectories | Whether to search subdirectories for version files | no | true |
Outputs
| name | description |
|---|---|
| updated-files | List of files that were updated |
| files-count | Number of files updated |