wpmedia/Git Version
Output a deterministic semantic version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
no inputs
Outputs
| name | description |
|---|---|
| git_author | The author of the last commit |
| git_author_email | The author email of the last commit |
| git_branch | The branch of the last commit |
| git_branch_clean | The a semver sanitized version of the branch name |
| git_commit | The commit hash of the last commit |
| git_commit_short | The commit short hash of the last commit |
| git_commit_timestamp | The timestamp of the last commit |
| git_commit_epoch | The timestamp in epoch time of the last commit |
| git_commit_message | The message of the last commit |
| git_tag | The git tag of the last commit |
| git_tag_long | The long git tag of the last commit |
| git_version | The version based on the git metadata |