sbt/PUBLISHING

13 lines
252 B
Plaintext
Raw Normal View History

2013-03-02 12:43:12 +01:00
Before publishing:
2018-08-26 19:18:59 +02:00
* create entry in CHANGELOG
* update version in README
2013-03-02 12:43:12 +01:00
2018-08-26 19:18:59 +02:00
* run `;^ clean; ^ test:compile; ^ test; ^ scripted; ^publishSigned`
2013-03-02 12:43:12 +01:00
2018-08-26 19:18:59 +02:00
* test staged version in sonatype
* release from sonatype
2013-03-02 12:43:12 +01:00
After publishing:
2018-08-26 19:18:59 +02:00
* push master and tags