-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Release Dotty 0.18.1-RC1 and 0.17.0 #7118
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
do we need to release 18.1 to include the 2.13 lib? |
/cc @smarter |
I am not closing this yet because I am finishing up this scala/scala#8387 |
Wait, why 0.19.1 instead of 0.19.0 ? The only reason for using 0.18.1 was to be able to distinguish nightlies built against the 2.12 stdlib and those built against the 2.13 stdlib, but now that we've switched, we can go back to .0 as normal. |
It’s enshrined in the blog as the new standard now |
Blog posts are mutable :) |
0.17.x
intomaster
to guarantee that all of the0.17.x
commits are propagated tomaster
0.17.x
, setbaseVersion
to0.17.0
andgit tag
it as0.17.0
. This will publish artefacts to Sonatype and GitHub Release0.18.x
frommaster
0.18.x
, setbaseVersion
to0.18.1-RC1
andgit tag
it as0.18.1-RC1
. This will publish artefacts to Sonatype and GitHub Release.master
, setbaseVersion
to0.19.1
scalaVersion
(and, if applicable, thesbt-dotty
version) in the Dotty ecosystem projectsmaster
master
master
master
wget -q -O- https://github.com/lampepfl/dotty/releases/download/0.18.1-RC1/sha256sum.txt | grep ".tar.gz"
master
0.18.1-RC1
Instructions on how to release
The text was updated successfully, but these errors were encountered: