Skip to content

Commit

Permalink
adding version_rules.json for global configuration on version rules
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasSUSE committed Oct 8, 2024
1 parent 84f7df1 commit 6c76b09
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions version_rules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"prod-branch-prefix": "release-v",
"dev-branch-prefix": "dev-v",
"rules": {
"2.10": {
"min": "105.0.0",
"max": "106.0.0"
},
"2.9": {
"min": "104.0.0",
"max": "105.0.0"
},
"2.8": {
"min": "103.0.0",
"max": "104.0.0"
},
"2.7": {
"min": "101.0.0",
"max": "103.0.0"
},
"2.6": {
"min": "100.0.0",
"max": "101.0.0"
},
"2.5": {
"max": "100.0.0"
}
}
}

0 comments on commit 6c76b09

Please sign in to comment.