ocp-power-automation / rsct-operator

Apache License 2.0
2 stars 5 forks source link

Add all the valid semantic version tags #24

Closed mkumatag closed 4 months ago

mkumatag commented 4 months ago

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.

ppc64le-cloud-bot commented 4 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mkumatag

The full list of commands accepted by this bot can be found here.

The pull request process is described here

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