-
Notifications
You must be signed in to change notification settings - Fork 408
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
Publish 1.14.3 #591
Comments
Drafted the release notes in #593. |
Going to cherry-pick the Scala.js 0.6.31 update while we're at it, see #594. |
That's a good question. I read #581 as the same issue in #568. We can just close as a duplicate. However, the issue with collection generators having a higher probability of failing because of the poor performing |
Dear @djspiewak, I've tagged commit 6464e98 as 1.14.3, on the 1.14.x branch, and pushed up the tag. Would you be able to deploy the branch? Just start reading the directions at the top of the shell script, Thank you! |
Script appears to be working! Release is uploading. |
@ashawley Looks like the script is missing a Another problem I ran into is the fact that I don't actually have an |
Oh holy crap it's not using sbt-sonatype. Wow. Okay I closed the staging repository by hand. We should probably fix that. :-) |
Kk if I did things correctly, 1.14.3 should be propagating to Maven Central. |
Thanks, Daniel. Will keep an eye out for them. |
Are you seeing them, yet? I'm not seeing anything. Looking here for instance: https://repo1.maven.org/maven2/org/scalacheck/scalacheck_2.13/1.14.3/ |
Just goes to show how long it's been since I released anything on Sonatype by hand… I forgot to release the repository; I just closed it. It should be syncing now. I think. |
Also, appropriately enough, @xerial reacted to my post above. Much love! |
Yeah. I'm waiting for the release :) I guess it's a timing to automate the release on CI with sbt-sonatype. Here is some example https://github.com/wvlet/airframe/blob/master/.github/workflows/release.yml or using sbt-ci-release will be handy https://github.com/olafurpg/sbt-ci-release |
Ok, looks like they got released. Thanks again for the help. |
Yeah it wouldn't be too difficult to do this, honestly, though I personally prefer with OSS projects to keep the actual release process local to a developer machine (since it's not clear who's GPG key and Sonatype credentials get ceded to Travis' control, but it's not an entirely comfortable feeling either way). At the very least, using sbt-sonatype rather than manually publishing to Sonatype would be a good and easy step forward. |
Yeah, sorry about all the difficulty. I guess I'll look in to doing it myself in the future. I've just been putting it off. |
It actually wasn't all that bad. Just ran into some issues that should be reasonably easy to fix. |
@djspiewak It makes sense. Having a script to publish from a local machine will be a good starting point.
|
I was going to try and prepare a release of Scala.js 1.0.0-RC1 in #587 but it might be better to just release 1.14.3 with the Scala.js artifacts and with the bug-fix in #569.
Plus, a 1.0.0-RC2 version of Scala.js was released, yesterday.
The text was updated successfully, but these errors were encountered: