relizaio/RelizaHub get version
Get version for creating a new release on RelizaHub
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 0–2scored Jul 6, 2026
- Maintenance Recency
- Maintainedlast commit Oct 25, 2025
- License
- None
Pinned Snippet
uses: relizaio/reliza-get-version@ca75e17593a350c664b4ae5e9c944656075b9be8 # 1.9tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| reliza_api_id | Reliza Hub API ID | yes | — |
| reliza_api_key | Reliza Hub API KEY | yes | — |
| reliza_api_url | Reliza Hub API URL | no | https://app.relizahub.com |
| path | Path to the relative to root of the repo (default is '.') | no | . |
| ci_metadata | Metadata for CI run, (Optional - default is GitHub) | no | — |
| reliza_project_id | Project UUID for this release if org-wide key is used | no | — |
Outputs
| name | description |
|---|---|
| reliza_full_version | Full Version |
| reliza_short_version | Short Version |
| reliza_build_start | Record build start time |
| reliza_do_build | Flag to control if build should continue |
| reliza_last_commit | Last recorded commit prior to this release |