helicanhq/Tagline Release Action

Executes a release plan prepared by the Tagline bot — bumps versions, writes CHANGELOG.md, tags, releases, opens PR.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
release_planJSON-encoded ReleasePlan object (provided by the Tagline bot). Required for workflow_dispatch (propose mode); ignored for pull_request: closed events (finalize mode).no""
github_tokenGitHub token with contents, pull-requests, and issues write permissions (issues write is needed by Phase B to close the release-tracking issue).yes
issue_numberRelease-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_runIf true, simulate all steps without making changesnofalse
namedescription
versionThe new version that was released
tagThe git tag that was created
release_urlURL of the created GitHub release
pr_urlURL of the opened changelog PR