nicupavel/Automatic Versioning
Automate versioning for certain files in a repositories when changes occur to them
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 0–2scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Jan 22, 2021
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: nicupavel/action-files-version-increment@b91169be7b792ee676d078ea6efa96ae0b0efd4f # v3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| metadata-file | The relative path and name of the json file that holds the metadata | yes | version-metadata.json |
| version-increment | The amount to add to existing versions | yes | 0.01 |
Outputs
| name | description |
|---|---|
| time | The time action was performed |
| modified_files | The files modified by last commits |