rlsbl v0.40.1 /rlsbl release
On this page

Bump the project version, regenerate the changelog, commit, tag, push, and create a GitHub Release in one atomic, validated, idempotent step.

#rlsbl release

Bump the project version, validate the changelog, commit, tag, push, and create a GitHub Release. Supports patch, minor, and major bumps with dry-run preview and non-interactive mode for CI.

#Flags

Flags
NameShortTypeDefaultEnvDescription
--targetstrTarget a specific registry (auto-detected if omitted)
--dry-runboolPreview release without making changes
--yesboolNon-interactive mode (skip confirmations)
--quietboolSuppress non-essential output
--skip-remote-checkboolSkip the remote-ahead check
--skip-testsboolSkip built-in test execution
--skip-lintboolSkip built-in library lint
--skip-docsboolSkip selfdoc documentation check
--allow-dirtyboolAllow releasing with a dirty working tree
--no-tagboolDisable ecosystem tagging for this invocation

#Arguments

Arguments
NameRequiredDescription
bumpnoBump type: patch, minor, or major