-
Notifications
You must be signed in to change notification settings - Fork 45
Releasing
Gavin Bisesi edited this page Feb 19, 2020
·
4 revisions
- Branches: r-<x.y.z>
- Tags: v-<x.y.z>
-
Test for all configured Scala versions:
sbt:streamz> + test -
Package for all configured Scala versions:
sbt:streamz> + publishM2 -
Generate API docs for all configured Scala versions:
sbt:streamz> + unidoc
- Create
ziparchive of Maven artifacts in.m2. Archive must containcomas root folder.- eg on OSX
zip -r version.zip com -x "*.DS_Store"assumingcomcontains onlygithub/krasserm/*
- eg on OSX
- On bintray create new version and upload archive. Make sure to check option "explode archive". After upload click "Publish" button. Then the files should be visible at http://dl.bintray.com/krasserm/maven/ (publish is asynchronous, so it may take up to a minute until all files are visible).
Commit target/scala-x.y/unidoc content to gh-pages branch and push for publishing API docs.