sardul3/Gradle Version Incrementer
Automatically increments version in build.gradle files and optionally commits changes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for authentication | yes | — |
| file-path | Path to the build.gradle file | yes | build.gradle |
| increment-type | Type of version increment (major, minor, patch) | yes | patch |
| mode | Operation mode (update-file or comment-only) | yes | comment-only |
Outputs
| name | description |
|---|---|
| previous-version | The previous version before incrementing |
| new-version | The new version after incrementing |