Skip to content
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

Fix layout of released SDK archives, restore intermediate top-level directory #22199

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

WojciechMazur
Copy link
Contributor

@WojciechMazur WojciechMazur commented Dec 12, 2024

Fixes #22194

Restores top-level directory scala3-${version} that is present in artifacts published before Scala 3.6, removed during hotfix 3.6.1 release.
We now follow the Well formed SDK archives layout. Removing the top-level directory even though at first glance looked like an improvement was in fact introducing problems to multiple package managers and build tools.

Follow up actionable:

@WojciechMazur WojciechMazur added the backport:nominated If we agree to backport this PR, replace this tag with "backport:accepted", otherwise delete it. label Dec 12, 2024
@WojciechMazur WojciechMazur added this to the 3.6.3 milestone Dec 12, 2024
@WojciechMazur WojciechMazur merged commit 5b3d82a into scala:main Dec 12, 2024
@WojciechMazur WojciechMazur deleted the fix/packaging-sdks branch December 12, 2024 14:21
Copy link
Member

@hamzaremmal hamzaremmal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Too late for the review, but for the record, LGTM

WojciechMazur added a commit that referenced this pull request Dec 30, 2024
…directory (#22199)

Fixes #22194 

Restores top-level directory `scala3-${version}` that is present in
artifacts published before Scala 3.6, removed during hotfix 3.6.1
release.
We now follow the [Well formed SDK archives
layout](https://github.com/sdkman/sdkman-cli/wiki/Well-formed-SDK-archives).
Removing the top-level directory even though at first glance looked like
an improvement was in fact introducing problems to multiple package
managers and build tools.

[Cherry-picked 5b3d82a]
WojciechMazur added a commit that referenced this pull request Dec 30, 2024
…top-level directory " to 3.6 (#22272)

Backports #22199 to the 3.6.3.

PR submitted by the release tooling.
[skip ci]
@WojciechMazur WojciechMazur added backport:done This PR was successfully backported. and removed backport:nominated If we agree to backport this PR, replace this tag with "backport:accepted", otherwise delete it. labels Dec 30, 2024
@SethTisue SethTisue changed the title Fix layout of released SDK archives, restore intermiediete top-level directory Fix layout of released SDK archives, restore intermediate top-level directory Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:done This PR was successfully backported.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scala 3.6.2 download no longer contains scala3-3.6.2 folder
2 participants