Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 435 Bytes

DEV.md

File metadata and controls

23 lines (18 loc) · 435 Bytes

Release Process

# edit version.sbt and README.md
# create and edit notes/"new version".markdown
# git tag "new version"
# git push git@github.com:atnos-org/eff.git "new version"

sbt> project coreJVM
sbt> set every ghreleaseGithubToken := Some("GITHUB TOKEN")
sbt> githubRelease <tag name>
sbt> project /
sbt> +publishSigned
sbt> sonatypeBundleRelease

# set SNAPSHOT version.sbt

Running the benchmarks

test:run