getsentry/Craft Prepare Release

Prepare a new release using Craft

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionVersion to release. Can be a semver string (e.g., "1.2.3"), a bump type ("major", "minor", "patch"), or "auto" for automatic detection. no
merge_targetTarget branch to merge into. Uses the default branch as a fallback.no
forceForce a release even when there are release-blockersnofalse
blocker_labelLabel that blocks releasesnorelease-blocker
publish_repoRepository for publish issues (owner/repo format)no
git_user_nameGit committer nameno
git_user_emailGit committer emailno
pathThe path that Craft will run insideno.
craft_config_from_merge_targetUse the craft config from the merge target branchnofalse
craft_versionVersion of Craft to install (tag or "latest"). Defaults to the action ref (e.g., "v2") if not specified. no""
namedescription
versionThe resolved version being released
branchThe release branch name
shaThe commit SHA on the release branch
previous_tagThe tag before this release (for diff links)
changelogThe changelog for this release (may be truncated for large repos)
changelog_filePath to the full changelog file (available when running in GitHub Actions)
issue_urlThe URL of the created publish request issue