You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-13
Original file line number
Diff line number
Diff line change
@@ -31,19 +31,27 @@ sbt compile
31
31
```
32
32
33
33
### Release process
34
-
```shell script
35
-
git checkout master
36
-
PATCH_211=false sbt release
37
-
38
-
git checkout v1.*.*
39
-
PATCH_211=true sbt clean +publish
40
-
```
41
-
42
-
### Publish documentation
43
-
```bash
44
-
git checkout v1.*.*
45
-
export GIT_USER=<username>;export USE_SSH=true; npm run deploy
46
-
```
34
+
The publication into Maven Central has been removed from the release process, so now there are few steps:
35
+
1. Release.
36
+
```shell script
37
+
git checkout master
38
+
sbt release
39
+
```
40
+
2. Publish into Maven Central.
41
+
Info at [xerial/sbt-sonatype](https://github.com/xerial/sbt-sonatype#advanced-build-settings)
42
+
After set the right credentials file at [`$HOME/.sbt/1.0/sonatype.sbt`](https://github.com/xerial/sbt-sonatype#homesbtsbt-version-013-or-10sonatypesbt):
0 commit comments