mirror of https://github.com/sbt/sbt.git
13 lines
180 B
Markdown
13 lines
180 B
Markdown
|
|
Steps to publish
|
||
|
|
================
|
||
|
|
|
||
|
|
```
|
||
|
|
> universal:publish
|
||
|
|
> debian:publish
|
||
|
|
> rpm:publish
|
||
|
|
> universal:bintrayReleaseAllStaged
|
||
|
|
> debian:releaseAllStaged
|
||
|
|
> rpm:releaseAllStaged
|
||
|
|
```
|
||
|
|
|