Skip to content

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 = "[email protected]",
        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