Skip to content

Merge 2.12.x to 2.13.x #228

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
May 9, 2025
Merged

Merge 2.12.x to 2.13.x #228

merged 16 commits into from
May 9, 2025

Conversation

lrytz
Copy link
Member

@lrytz lrytz commented May 9, 2025

No change.

raboof and others added 16 commits May 9, 2025 09:33
When using `sbt -Dscala.version=2.X.Y` to test out packages,
newer version of sbt-git have been setting `isSnapshot` to false
if there isn't a tag associated with the current commit of
scala/scala-dist. This makes it hard to test out changes in
this repo as we get diffs like:

```
$ rpm -qip /home/ubuntu/code/scala-dist-baseline/target/scala-2.13.6.rpm
Name        : scala
Version     : 2.13.6
Release     : 1
Architecture: noarch
Install Date: (not installed)
Group       : Development/Languages
Size        : 649267584
License     : BSD
Signature   : (none)
Source RPM  : scala-2.13.6-1.src.rpm
```

```
$ rpm -qip  /home/ubuntu/code/scala-dist/target/scala-2.13.6.rpm
Name        : scala
Version     : 2.13.6
Release     : SNAPSHOT
Architecture: noarch
Install Date: (not installed)
Group       : Development/Languages
Size        : 649267584
License     : BSD
Signature   : (none)
Source RPM  : scala-2.13.6-SNAPSHOT.src.rpm
...
```
tested it on a branch, upload to github works now.
@lrytz lrytz merged commit a8fb2d7 into scala:2.13.x May 9, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants