Skip to content

Commit

Permalink
Review versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed May 8, 2024
1 parent 971230b commit 4f78f67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions group.json5
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"kotlin2js",
"kotlin-dce-js",
],
versioning: "regex:^1\\.(?<major>\\d+)\\.(?<minor>\\d+)-?(?<patch>\\d+)?(?<prerelease>(?:-(?:RC\\d*|M\\d+))?(?:-(?:rc|beta|dev|release|space))?(?:-(?<build>\\d+(?:-\\d+)?))?)?$",
versioning: "regex:^1\\.(?<major>\\d+)\\.(?<minor>\\d)-?(?<patch>\\d)?(?<prerelease>(?:-(?:RC\\d*|M\\d+))?(?:-(?:rc|beta|dev|release|space))?(?:-(?<build>\\d+(?:-\\d+)?))?)?$",
separateMajorMinor: true,
separateMultipleMajor: true,
separateMinorPatch: true,
Expand All @@ -114,7 +114,7 @@
matchSourceUrlPrefixes: [
"https://github.com/JetBrains/kotlin",
],
versioning: "regex:^1\\.(?<major>\\d+)\\.(?<minor>\\d+)-?(?<patch>\\d+)?(?<prerelease>(?:-(?:RC\\d*|M\\d+))?(?:-(?:rc|beta|dev|release|space))?(?:-(?<build>\\d+(?:-\\d+)?))?)?$",
versioning: "regex:^1\\.(?<major>\\d+)\\.(?<minor>\\d)-?(?<patch>\\d)?(?<prerelease>(?:-(?:RC\\d*|M\\d+))?(?:-(?:rc|beta|dev|release|space))?(?:-(?<build>\\d+(?:-\\d+)?))?)?$",
separateMajorMinor: true,
separateMultipleMajor: true,
separateMinorPatch: true,
Expand All @@ -129,7 +129,7 @@
"com.google.devtools.ksp",
"com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin",
],
versioning: "regex:^1\\.(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)?(?<prerelease>-(?:RC|Beta)\\d*)?-\\d+\\.\\d+\\.\\d+$",
versioning: "regex:^1\\.(?<major>\\d+)\\.(?<minor>\\d)(?<patch>\\d)?(?<prerelease>-(?:RC|Beta)\\d*)?-(?<build>\\d+\\.\\d+\\.\\d+)$",
separateMajorMinor: true,
separateMultipleMajor: true,
separateMinorPatch: true,
Expand Down

0 comments on commit 4f78f67

Please sign in to comment.