Skip to content

Commit b0f75e0

Browse files
committed
Adjust expected tasty version comments to LTS versioning
1 parent f7e6c4c commit b0f75e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/Build.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,11 @@ object Build {
120120
* - Major version is always 28
121121
* - TASTY minor version:
122122
* - in main (NIGHTLY): {if $patch == 0 || ${referenceVersion.matches(raw"3.$minor.0-RC\d")} then $minor else ${minor + 1}}
123+
* - in LTS branch (NIGHTLY): always equal to $minor
123124
* - in release branch is always equal to $minor
124125
* - TASTY experimental version:
125126
* - in main (NIGHTLY) is always experimental
127+
* - in LTS branch (NIGHTLY) is always non-experimental
126128
* - in release candidate branch is experimental if {patch == 0}
127129
* - in stable release is always non-experimetnal
128130
*/

0 commit comments

Comments
 (0)