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

New model for publishing scalalib artifacts #3326

Merged
merged 11 commits into from Oct 4, 2023

Conversation

WojciechMazur
Copy link
Contributor

Implements a new model of publishing all scala lib artifacts allowing to resolve #2740 and making it compliant with SIP-51

All scalalib projects are now using a double versioning in the form of <scala-version>+<native-version>, eg. 3.3.0+0.5.0 would be a release of scalalib using Scala sources and compiler with version 3.3.0 and compiled with Scala Native compiler plugin 0.5.0. Similar versioning would be applied for Scala 2.12 and 2.13 scalalib artifacts.

@WojciechMazur WojciechMazur changed the title New model of Scalalib publishing New model publishing scalalib artifacts Jun 12, 2023
@WojciechMazur WojciechMazur changed the title New model publishing scalalib artifacts New model for publishing scalalib artifacts Jun 30, 2023
@WojciechMazur WojciechMazur marked this pull request as ready for review October 3, 2023 16:23
@WojciechMazur WojciechMazur merged commit c6d4f72 into main Oct 4, 2023
76 checks passed
@WojciechMazur WojciechMazur deleted the build/scalalib-pubishing branch October 4, 2023 08:46
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.

Scalalib needs a new strategy for publishing artifacts
1 participant