https://github.com/atnos-org/eff
Raw File
Tip revision: 2ce38d1ab7e23b9024f06d6527e58b05bf5b5fbf authored by Eric Torreborre on 18 April 2017, 16:28:06 UTC
added notes for 4.3.0
Tip revision: 2ce38d1
DEV.md
# Release Process

```
sbt> set every version := "4.0.0"
sbt> cd coreJVM
sbt> testOnly *index* -- html.outdir jvm/target/specs2-reports/site html.nostats html console
sbt> testOnly *site* -- html.outdir jvm/target/specs2-reports/site html.nostats html console
sbt> ghpagesPushSite
sbt> githubRelease EFF-<tag name>
sbt> cd eff
sbt> +publishSigned
sbt> sonatypeReleaseAll
```
back to top