Here is the valid description for the tags per the GitHub release process
Tagging suggestions
It’s common practice to prefix your version names with the letter v. Some good tag names might be v1.0.0 or v2.3.4.
If the tag isn’t meant for production use, add a pre-release version after the version name. Some good pre-release versions might be v0.2.0-alpha or v5.9-beta.3.
The current code doesn't deal with the above scenario, hence this PR will address this issue.
Needs approval from an approver in each of these files:
- ~~[OWNERS](https://github.com/ocp-power-automation/rsct-operator/blob/main/OWNERS)~~ [mkumatag]
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
Here is the valid description for the tags per the GitHub release process
Tagging suggestions
The current code doesn't deal with the above scenario, hence this PR will address this issue.