-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Release Dotty 0.14.0-RC1 and 0.13.0 #6235
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
Comments
I slightly edited the git checklist |
@biboudis can you please have a look at the drafts at the release page and see if these are fine? Also, some questions: SBT plugin version 0.3.2 doesn't seem to be published by the CI. This is because def asDottyRoot(implicit mode: Mode): Project = project.withCommonSettings.
aggregate(`dotty-interfaces`, dottyLibrary, dottyCompiler, dottyDoc, `dotty-sbt-bridge`).
bootstrappedAggregate(`scala-library`, `scala-compiler`, `scala-reflect`, scalap, `dotty-language-server`). What's the procedure for publishing the SBT plugin? Also, we do not update the following projects, right?
Another thing: the CI did not seem to include the sources in the Assets of the releases on the GitHub releases page. For all the other releases, these are present. Do we include these manually? |
I just checked the previous releases. The src's do not appear there as well (when you edit the page). I think they get attached automatically @smarter publishes the plugin separately and independently of this lifecycle I think com-lihaoyi/mill#569 seems merged but a new version of mill is not released LGTM @anatoliykmetyuk Let's press the merge on the blogpost tomorrow morning after the rest from the checklist are done Good job |
drone deploy lampepfl/dotty $id sbt_release where $id is a job id from the CI, e.g. 12070 for http://dotty-ci.epfl.ch/lampepfl/dotty/12070. But there's been no changes to sbt-dotty since the last release so there's nothing that needs to be published right now. |
Done |
homebrew-brew and packtest are merged right @anatoliykmetyuk ? |
Yes, they are merged |
I updated the checklist above 👍 |
Checklist in English
0.13.x
, setbaseVersion
to0.13.0
0.13.0
. This will publish artefacts to Sonatype and GitHub Release0.13.x
intomaster
0.14.x
frommaster
0.14.x
, setbaseVersion
to0.14.0-RC1
0.14.0-RC1
. This will publish artefacts to Sonatype and GitHub Releasemaster
, setbaseVersion
to0.15.0
scalaVersion
(and, if applicable, thesbt-dotty
version) in the example projectsChecklist in GIT
The text was updated successfully, but these errors were encountered: