helicanhq/Tagline Release Action
Executes a release plan prepared by the Tagline bot — bumps versions, writes CHANGELOG.md, tags, releases, opens PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| release_plan | JSON-encoded ReleasePlan object (provided by the Tagline bot). Required for workflow_dispatch (propose mode); ignored for pull_request: closed events (finalize mode). | no | "" |
| github_token | GitHub token with contents, pull-requests, and issues write permissions (issues write is needed by Phase B to close the release-tracking issue). | yes | — |
| issue_number | Release-tracking issue number, passed through by the bot during workflow_dispatch. Phase B closes this issue on success. Empty for legacy / dry-run plans. | no | "" |
| dry_run | If true, simulate all steps without making changes | no | false |
Outputs
| name | description |
|---|---|
| version | The new version that was released |
| tag | The git tag that was created |
| release_url | URL of the created GitHub release |
| pr_url | URL of the opened changelog PR |