sbt/PUBLISHING

13 lines
252 B
Plaintext

Before publishing:
* create entry in CHANGELOG
* update version in README
* run `;^ clean; ^ test:compile; ^ test; ^ scripted; ^publishSigned`
* test staged version in sonatype
* release from sonatype
After publishing:
* push master and tags