falkcorp/Release Strategy & Changelog Generator

Determine release strategy, generate changelog, and build release summaries based on branch configuration

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
branch-nameGit branch name (usually github.ref_name)yes
force-prereleaseForce release as prerelease regardless of branchnofalse
force-draftForce release as draft regardless of branchnofalse
commandCommand to execute: 'strategy' (default), 'changelog', or 'summary'nostrategy
primary-languagePrimary language of the project (required for 'changelog' and 'summary' commands)nounknown
release-tagRelease tag for summary (required for 'summary' command)non/a
release-strategyRelease strategy for summary (required for 'summary' command)non/a
build-targetBuild target for summary (required for 'summary' command)noall
summary-componentsJSON string of component results for summary (e.g., {"Go": "success", "Python": "skipped"})no{}
namedescription
strategyRelease strategy (stable/prerelease/draft)
auto-prereleaseWhether release should automatically be marked prerelease
auto-draftWhether release should automatically be marked draft
is-stableWhether this is a stable release
is-prereleaseWhether this is a prerelease
is-draftWhether this is a draft release
changelogGenerated changelog content (for 'changelog' command)