Skip to main content

create_version_tag

Create a version tag.

def create_version_tag(
rl_version: string
) - > null

Create a version tag.

Parameters

NameTypeDescription
rl_versionstringThe release version string used to construct the git tag name (e.g., '1.2.3' becomes 'v1.2.3').

Returns

TypeDescription
nullNothing is returned; the function performs side effects on the git repository.