Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 437 Bytes

PUBLISH.md

File metadata and controls

25 lines (18 loc) · 437 Bytes

Publish instructions

  • Update version.sbt

  • Update libraryDependencies in README.md

  • Update comment in play-scalajs-example/build.sbt

  • Publish book:

    git checkout gh-pages
    git checkout master .
    sh scripts/build-book.sh
    git add .
    git commit -am "Update book"
    git push
  • Publish library:

    sbt publishSigned
    sbt sonatypeReleaseAll