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
| Name | Type | Description |
|---|---|---|
| rl_version | string | The release version string used to name the new Git branch and populate the commit message |
Returns
| Type | Description |
|---|---|
None | Nothing is returned; the function performs Git operations as side effects |