We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 058ea33 commit d2d2774Copy full SHA for d2d2774
RELEASE.md
@@ -1,9 +1,14 @@
1
-# How to release this lib ?
+# Release process
2
3
-To release this lib, for now, you should manually lannch:
+## Setup
4
5
-```bash
6
-$ sbt release cross
7
-```
+* Create an account on Bintray and link it to the organization `colisweb`
+* Retrieve your Bintray API key
+* Install `sbt-bintray` sbt plugin
8
+* Launch `sbt bintrayChangeCredentials`
9
+* Follow the instructions (they may repeat)
10
-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