We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c54dd0 commit a4ddb4bCopy full SHA for a4ddb4b
README.md
@@ -17,7 +17,12 @@ You need to implement:
17
18
## Publish to maven central
19
20
-use `publisSigned` and then `sonatypeBundleRelease`.
+- `project core`
21
+- see if everything is ok by doing `clean` and then `test`
22
+- update version to non-SNAPSHOT in version.sbt
23
+- use `publishSigned` to build
24
+- `sonatypeBundleRelease`.
25
+- you can check the progress on <https://central.sonatype.com/>
26
27
Note that you need to have `~/.sbt/1.0/sonatype.sbt` with the credentials, e.g.
28
```
version.sbt
@@ -1 +1 @@
1
-ThisBuild / version := "2.0.0-SNAPSHOT"
+ThisBuild / version := "2.0.0"
0 commit comments