klutchell/Versionist
Automatic versioning of source files with balena-versionist
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Personal access token (PAT) for the GitHub service account with admin/owner permissions | yes | — |
| gpg_private_key | GPG private key exported with `gpg --armor --export-secret-keys ...` to sign commits | yes | — |
| gpg_passphrase | Passphrase to decrypt GPG private key | no | — |
| balena_versionist_version | Use a specific release of balena-versionist | no | ~0.14.13 |
| versionist_version | Use a specific release of versionist | no | ^7.0.2 |
Outputs
| name | description |
|---|---|
| version | Generated version |
| tag | Generated tag. Same as version but with a `v` prefix. |
| artifact | Name of the uploaded versioned source artifact |
| changed | Whether the source files were changed |
| error | Error message from versionist, if any |