guystrelitz/Simple Semantic Versioning
Manages semantic version number. Auto-increment micro version on push to main, manually manage minor and major versions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target_directory | Directory containing the version file | yes | — |
| target_file | Name of the version file (must contain only a semver number, with no additional text, comments, or whitespace) | yes | — |
| bump_type | Type of version bump to perform. If omitted, the micro version will be incremented. | no | — |
Outputs
no outputs