-
Notifications
You must be signed in to change notification settings - Fork 131
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 for Scala.js 1.0 #265
Comments
@eed3si9n asked how does back-publishing work in this repo? @lrytz and I were just discussing this with @ashawley in the scala-xml repo: scala/scala-xml#406 (comment) there's two choices:
1 is a bit more elegant and generates less atmospheric carbon. I sorta threw 2 out there, but 1 seems better tbh |
I opened sbt/sbt-ci-release#102 to see if Olaf has an “official” position on this |
We did it like 1 last time for scala native. See 373091b. |
@Philippus looks like the discussion over on the sbt-ci-release ticket has run its course. want to try publishing, along the lines Lukas suggests? |
if you have time to tackle it this weekend, great; otherwise, I can do it on Tuesday |
I've created a release tag here: https://github.com/scala/scala-parser-combinators/releases/tag/v1.1.2%23scalajs100%238 One thing to note is that I didn't touch the scala 2.12 and 2.13 versions so it is compiled against 2.12.8 and 2.13.0 (just like the other releases of version 1.1.2). |
I'm getting a "iv undefined" on the build. Seems to be something related to ssl. |
@lrytz's fix for same issue in scala-xml repo: scala/scala-xml#418 |
I'll do the backport here as well. |
Thank you @lrytz , shall I delete the release tag? |
👍, we can re-do it once everything's ready |
With #268 merged, releasing from the 1.1.x branch should work. If you want to re-release 1.1.2 for Scala.js 1.0, you need to create a commit that removes everything from the build matrix that's not needed, and tag that with |
The tag is here: https://github.com/scala/scala-parser-combinators/releases/tag/v1.1.2%23scalajs100, and the build is green! |
Looks like these are in staging repositories on Sonatype OSS. I'll push these out to release. |
No description provided.
The text was updated successfully, but these errors were encountered: