Skip to content

chore: release artifacts of the new build to the new repository #23761

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 2 commits into from
Aug 16, 2025

Conversation

hamzaremmal
Copy link
Member

Add workflow to release the artifacts of the new nightly to the new repository.
This is still not fully complete, but it does what we want it to do at the moment.

[skip ci]

@hamzaremmal hamzaremmal merged commit 506512f into scala:main Aug 16, 2025
48 checks passed
@hamzaremmal hamzaremmal deleted the release-new-nightlies branch August 16, 2025 13:54
hamzaremmal added a commit that referenced this pull request Aug 16, 2025
Use the variables and secrets from the environment in the workflows

Follows #23761

[skip ci]
Comment on lines -3550 to -3551
developers := List(
Developer(
Copy link
Contributor

Choose a reason for hiding this comment

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

Why was this change needed? The central sonatype where we would publish stable releases marks that developers attribute are required
https://central.sonatype.org/publish/requirements/#developer-information

Copy link
Member Author

Choose a reason for hiding this comment

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

I removed it as most of the people there are not involved in the development of Scala anymore. I wasn't aware it was mandatory for the releases. I'll add it back.

Copy link
Contributor

Choose a reason for hiding this comment

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

I assumed that was the reason. The list might be modify to show the current state, or even better it could be potentially generated based on the compiler/MAINTENANCE.md maintenance list section in the future

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm thinking we could do this:

      Developer(
        id = "scala",
        name = "The Scala Team",
        email = "security@scala-lang.org",
        url = url("https://github.com/scala")
      )

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

I will use https://scala-lang.org too

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.

3 participants