mirror of https://github.com/sbt/sbt.git
Adds CONTRIBUTING.md
This commit is contained in:
parent
0e92999125
commit
597c309e65
|
|
@ -0,0 +1,12 @@
|
|||
Steps to publish
|
||||
================
|
||||
|
||||
```
|
||||
> universal:publish
|
||||
> debian:publish
|
||||
> rpm:publish
|
||||
> universal:bintrayReleaseAllStaged
|
||||
> debian:releaseAllStaged
|
||||
> rpm:releaseAllStaged
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue