jonhowe/Release Automator
Create, approve, execute, or resume a frozen GitHub publication plan.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Operation to run: plan, execute, or resume. | no | plan |
| repo-path | Checked-out target repository. | no | . |
| include-paths | Newline-delimited changed paths; required for plan mode. | no | — |
| config-path | Repository-relative TOML configuration path. | no | — |
| no-release | Set true to stop after merging without creating a release. | no | false |
| no-latest | Set true to create a release without marking it latest. | no | false |
| branch | Optional branch slug override for plan mode. | no | — |
| commit-message | Optional commit message override for plan mode. | no | — |
| pr-title | Optional pull request title override for plan mode. | no | — |
| pr-body-file | Optional repository-relative pull request body file. | no | — |
| version | Optional explicit release tag for plan mode. | no | — |
| release-channel | Optional stable or prerelease override for plan mode. | no | — |
| release-notes-file | Optional repository-relative release notes file. | no | — |
| bundle-path | Plan bundle output in plan mode or input in execute/resume mode. | no | — |
| markdown-path | Optional path for the rendered plan. | no | — |
| plan-id | Full frozen plan ID; required for execute/resume mode. | no | — |
| approved-plan-id | Exact 64-character approval; required for execute/resume mode. | no | — |
| run-state | Persisted run.json input; required for resume mode. | no | — |
| repository-bundle | Optional Git bundle preserved by a failed earlier run. | no | — |
| state-path | Directory where resumable failure state is written. | no | — |
Outputs
| name | description |
|---|---|
| plan-id | Full frozen plan ID. |
| bundle-path | Absolute portable plan bundle path. |
| markdown-path | Absolute rendered plan path. |
| state-path | Absolute resumable failure-state directory. |