Skip to content

Commit 2b40c95

Browse files
Edited RELEASE.md.
1 parent ec47613 commit 2b40c95

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

RELEASE.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ run `./gradlew python-package-build:buildManylinuxWheels`
6767

6868
##### 1. JavaScript artifacts (Bintray):
6969

70-
run `./gradlew js-package:bintrayUpload`
70+
- `./gradlew js-package:js-publish-version:bintrayUpload`
71+
72+
- `./gradlew js-package:js-publish-latest:bintrayUpload`
7173

7274
##### 2. Python wheels (PyPi):
7375

@@ -79,6 +81,12 @@ run `./gradlew js-package:bintrayUpload`
7981

8082
`./gradlew python-package-build:publishProdPythonPackage`
8183

84+
##### 3. JVM artifacts (Bintray/JCenter):
85+
86+
- `./gradlew :jvm-package:jvm-publish-common:bintrayUpload`
87+
88+
- `./gradlew :jvm-package:jvm-publish-jfx:bintrayUpload`
89+
8290

8391
### Add the GitHub release:
8492

0 commit comments

Comments
 (0)