actionutils/Create Release PR

Create or update a release PR that, once merged by a user, triggers external tagging/release automation.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
base-branchBase branch to release fromnomain
release-branch-prefixBranch name prefix for release PRs (will be suffixed with -from-<tag>)norelease-pr
label-majorLabel that indicates a major bumpnobump:major
label-minorLabel that indicates a minor bumpnobump:minor
label-patchLabel that indicates a patch bumpnobump:patch
tag-prefixPrefix for tags (e.g., v)nov
configuration_file_pathOptional path to release notes configuration (e.g., .github/release.yml)no
skip-release-notesSkip adding release notes to PR description (useful for custom workflows)nofalse
github-tokenGitHub tokenyes${{ github.token }}
namedescription
staterelease_required | release_pr_open | noop
pr_numberRelease PR number
pr_urlRelease PR URL
pr_branchRelease branch name (only for release_pr_open state)
current_tagLatest parsed tag
next_tagNext tag when determinable
bump_levelmajor | minor | patch | unknown
release_notesGenerated release notes text