jolars/Versionary Action
Run Versionary release orchestration with machine-readable outputs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 7, 2026
- License
- MIT
Pinned Snippet
uses: jolars/versionary@a29d3a5dfe64b24812e083549b7ccd329f0cb9f3 # v0.32.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token used by Versionary SCM integration | no | — |
| github-token | Deprecated alias for token | no | — |
| versionary-version | Versionary npm version or dist-tag | no | 0.32.0 |
| working-directory | Working directory containing versionary.jsonc/json | no | . |
Outputs
| name | description |
|---|---|
| action | Versionary action taken (noop, pr-prepared, release-published, release-skipped) |
| message | Human-readable result message |
| release_created | Whether this run published at least one release |
| tag_name | Primary release tag (first tag when multiple targets release) |
| tag_names | JSON array of published release tags |
| review_url | Review request URL when a release PR was prepared |
| branch | Release branch name when a release PR was prepared |
| title | Release PR title when a release PR was prepared |