Add versionLine marker to pom.xml#19986
Merged
Kordyjan merged 1 commit intoscala:mainfrom Mar 25, 2024
Merged
Conversation
hamzaremmal
approved these changes
Mar 20, 2024
mzuehlke
added a commit
to scala-steward-org/scala-steward
that referenced
this pull request
Mar 31, 2024
Scala Steward now distinguishes between Scala Next and Scala LTS. When the current Scala 3 versions is below 3.4.0 no updates to a newer Scala Next version will be created. But updates to newer Scala 3.3.x version will be created. If the current version is already a Scala Next version (3.4.x), updates to newer Scala Next versions will be created. In the future the `versionLine` property can be used to identify LTS and Next version. (scala/scala3#19986)
mzuehlke
added a commit
to scala-steward-org/scala-steward
that referenced
this pull request
Apr 26, 2024
Scala Steward now distinguishes between Scala Next and Scala LTS. When the current Scala 3 versions is below 3.4.0 no updates to a newer Scala Next version will be created. But updates to newer Scala 3.3.x version will be created. If the current version is already a Scala Next version (3.4.x), updates to newer Scala Next versions will be created. In the future the `versionLine` property can be used to identify LTS and Next version. (scala/scala3#19986)
WojciechMazur
added a commit
that referenced
this pull request
Jul 4, 2024
Backports #19986 to the LTS branch. PR submitted by the release tooling.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #19691
When it is backported to 3.3.x, the string will be changed to "LTS". We handle version number in a similar manner.