-
Notifications
You must be signed in to change notification settings - Fork 18
Conversation
Would be great to have this merged and released :) |
👍 |
ping |
@SethTisue I backported @lrytz's admin.sh improvements. take a look, if all is fine I will merge this & build artifacts for 2.11.11, 2.12.1 & 2.12.2 |
it looks like this PR doesn't have is build.sh really the only file needing updating, didn't Lukas also update a readme and perhaps other files? otherwise LGTM, but I'm unlikely to spot script problems by eyeball. since releases are staged on Sonatype before they're published, I'd suggest just going for it, and if the contents of the staging repo seem to be correct, then it's good and we can hit "release", else drop and try again. note that at the same time you're doing this, you could consider also attempting to publish for 2.13.0-M1 — might as well start shaking out 2.13 problems early. but if you're pressed for time, it could wait for a future round. |
I did not fully updated |
tracking as #30 |
@SethTisue thanks! |
I realized that I'll need to add one more dimension to these kind of tags, the java version. We typically want to build 2.11 binaries on Java 6, 2.12 binaries on Java 8. WIP here: scala/sbt-scala-module#18. I'll also make a PR here once things are in place. If the current state works for the releases you want to do you can go ahead of course. |
There is a need of updating auto-publish machinery. One possible way is described here: scala/sbt-scala-module#12