Skip to main content

commit_and_push_changes

Commit and push changes to a new branch.

def commit_and_push_changes(
rl_version: string
) - > None

Commit and push changes to a new branch.

Parameters

NameTypeDescription
rl_versionstringThe release version string used to name the new Git branch and populate the commit message

Returns

TypeDescription
NoneNothing is returned; the function performs Git operations as side effects