create_version_tag
Create a version tag.
def create_version_tag(
rl_version: string
) - > null
Create a version tag.
Parameters
| Name | Type | Description |
|---|---|---|
| rl_version | string | The release version string used to construct the git tag name (e.g., '1.2.3' becomes 'v1.2.3'). |
Returns
| Type | Description |
|---|---|
null | Nothing is returned; the function performs side effects on the git repository. |