wyrd-company/intentional
Run one intentional release or versioning command
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command to run: init, check, status, plan, stamp, apply, or tag | no | check |
| channel | Optional release channel for plan, apply, or tag | no | — |
| prerelease | Optional prerelease identifier for stamp | no | — |
| phase | Optional tag executor phase: before-publication or after-publication | no | — |
| release-plan | Optional digest-sealed release plan path for tag verification | no | — |
| baseline | Establish baseline tags when command is tag | no | false |
| baseline-versions | Optional newline-delimited id=X.Y.Z baseline values | no | — |
| take-over | Perform a validated Changesets authority handoff during init | no | false |
| json | Emit structured JSON during init | no | false |
| dry-run | Preview init, stamp, apply, or tag without changing the workspace | no | false |
| working-directory | Workspace directory to process | no | . |
| intentional-version | Released intentional version without a v prefix, or latest | no | latest |
Outputs
| name | description |
|---|---|
| plan | Canonical JSON emitted when command is plan |
| changed | Whether a plan contains at least one changed release unit |