tx3stn/vrsn
Run the vrsn semantic-versioning CLI in your workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | The vrsn subcommand to run (e.g. set, bump, check, get). | yes | — |
| args | Additional arguments or flags passed to the vrsn command, e.g. "2.0.0 --file VERSION". Interpreted by the shell, so quote values that contain spaces and do not pass untrusted input. | no | "" |
| version | The ghcr.io/tx3stn/vrsn image tag to run: latest (default), or a pinned tag such as 1, 1.4 or 1.4.0. | no | latest |
| working-directory | Directory (relative to the repository root) to run vrsn in. | no | . |
Outputs
| name | description |
|---|---|
| stdout | The trimmed standard output produced by the vrsn command (useful for `get`). |