Skip to content

Commit d2d2774

Browse files
committed
Update RELEASE.md
1 parent 058ea33 commit d2d2774

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

RELEASE.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
# How to release this lib ?
1+
# Release process
22

3-
To release this lib, for now, you should manually lannch:
3+
## Setup
44

5-
```bash
6-
$ sbt release cross
7-
```
5+
* Create an account on Bintray and link it to the organization `colisweb`
6+
* Retrieve your Bintray API key
7+
* Install `sbt-bintray` sbt plugin
8+
* Launch `sbt bintrayChangeCredentials`
9+
* Follow the instructions (they may repeat)
810

9-
If you forget the `cross` in the command line, the lib will not be cross published.
11+
## Release
12+
13+
* Update `version.sbt`
14+
* Launch `sbt release cross`

0 commit comments

Comments
 (0)