Skip to content

Commit

Permalink
Merge pull request #1615 from jlebon/pr/semver
Browse files Browse the repository at this point in the history
NO-JIRA: rhel-9.4/c9s: make versioning scheme semver compatible
  • Loading branch information
openshift-merge-bot[bot] committed Sep 10, 2024
2 parents 1bf9fa6 + 698cb39 commit d8bf7fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifest-c9s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ repos:
# In that case, the versioning should instead be exactly the same as the pungi
# compose ID.
automatic-version-prefix: "9.<date:%Y%m%d%H%M>"
# This ensures we're semver-compatible which OpenShift wants
automatic-version-suffix: "-"

mutate-os-release: "9"

Expand Down
2 changes: 2 additions & 0 deletions manifest-rhel-9.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ repos:
# In that case, the versioning should instead be exactly the same as the pungi
# compose ID.
automatic-version-prefix: "9.4.<date:%Y%m%d%H%M>"
# This ensures we're semver-compatible which OpenShift wants
automatic-version-suffix: "-"

mutate-os-release: "9.4"

Expand Down

0 comments on commit d8bf7fb

Please sign in to comment.