Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 516 Bytes

DEPLOY.md

File metadata and controls

19 lines (15 loc) · 516 Bytes
  • Edit project/version.properties

  • Edit README.md; note the appropriate stable version as appropriate.

  • Make sure when making changes to stable master, merge them into the corresponding release branches.

Run the following:

. project/version.properties
make README.md
make clean
sbt test
sbt publishSigned
sbt sonatypeReleaseAll
make docs publish
git add README.md project/version.properties
git commit -m v$version
git tag v$version
git push origin v$version master