orchidisle/UE5-Semantic-Versioning
Fetches tags and calculates version and build number from an INI file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 8, 2024
- License
- None
Pinned Snippet
uses: orchidisle/ue5-semantic-versioning@d03be4e019660155b3489224c7c834b265d89089 # 0.3.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| BUILD_PREFIX | The semantic versioning prefix to apply to the build. (dev, alpha, beta, rc, etc) | yes | — |
| CONFIG_DIR_PATH | Full path to the MyProject/Config directory. | yes | — |
| ADD_BUILD_INFO | Add BuildInfo.ini (Contains build id) to config. | — | true |
| USE_RELEASE_BUILD | Use release build (true or false). If true, uses the release tag as BUILD_ID. | yes | false |
Outputs
no outputs