Open hmkoyan-korio opened 4 months ago
i use the "v" in "prod" because that is exactly how we used it in our classes. and the use of this type of writing is due to the following A pre-release version MAY be denoted by appending a hyphen and a series of dot separated identifiers immediately following the patch version. Identifiers MUST comprise only ASCII alphanumerics and hyphens [0-9A-Za-z-]. Identifiers MUST NOT be empty. Numeric identifiers MUST NOT include leading zeroes. Pre-release versions have a lower precedence than the associated normal version. A pre-release version indicates that the version is unstable and might not satisfy the intended compatibility requirements as denoted by its associated normal version. Examples: 1.0.0-alpha, 1.0.0-alpha.1, 1.0.0-0.3.7, 1.0.0-x.7.z.92, 1.0.0-x-y-z.--.
https://github.com/ArturGrigoryan1/exam_News_Letter/blob/ce5a93ec94026b12b3e44095d60d350c34bcf165/.github/workflows/staging.yaml#L5
Your not stable usage of version pattern makes me think that you consumed chatgpt or other helpers in exam. Why use 'v' in prod and not in staging? Why using '\' in staging and not in prod?