bioblaze/GameDev Semver Action
Automate semantic versioning in your projects with commit-driven precision, perfect for game development and beyond.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| personal_github_token | Token to get tags and commits from the repo. Pass in using `secrets.PGITHUB_TOKEN`. | yes | — |
| identifier | An optional identifier for the version (e.g., beta, alpha). | no | "" |
| branch_as_identifier | Use the branch name as an identifier for prerelease versions. | no | false |
| include_commit_sha | Include the commit SHA in the version as build metadata. | no | false |
Outputs
| name | description |
|---|---|
| version | version generated from all commits to repo |
| build_version | includes build SHA added onto the version |
| revision_version | a Windows assembly revision |
| simple_version | a simple version without prerelease added |