npetzall/Auto-version-action
Auto version as an action inspired by shipkit-auto-version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Token to access github | yes | — |
| version-spec | Version spec or key/value file for version spec | no | version.properties |
| tag-prefix | Prefix used for version tags | — | v |
Outputs
| name | description |
|---|---|
| latest-tagged-version | Version that the current version is based of |
| latest-tagged-version-name | Tag name |
| latest-tagged-version-sha | Commit hash associated with tag |
| version-spec | Version specification used |
| auto-version | Calculated version base of last_tagged_version |