File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ so try to use a consistent PDAL version.
88
99It is released independently from PDAL itself as of PDAL 1.7.
1010
11+ See [ https://pdal.io/java.html ] ( https://pdal.io/java.html ) for more info.
12+
1113## Using PDAL JNI with SBT
1214
1315``` scala
@@ -129,3 +131,16 @@ PDAL_DEPEND_ON_NATIVE=false ./sbt -Djava.library.path=<path>
129131 ``` cmake
130132 set(CMAKE_CXX_FLAGS "-L<path to dynamic libs> -std=c++11")
131133 ```
134+
135+ ## How to release
136+
137+ All the instructions related to the local / maven release process are documented in the [ HOWTORELEASE.txt] ( ./HOWTORELEASE.txt ) file.
138+
139+ For the local publish it is possible to use the following commands:
140+
141+ * ` scripts/publish-local.sh ` - to publish Scala 2.13 artifacts
142+ * ` scripts/publish-local-212.sh ` - to publish Scala 2.12 artifacts
143+ * ` scripts/publish-local-211.sh ` - to publish Scala 2.11 artifacts
144+ * ` scripts/publish-local-native.sh ` - to compile and publish artifact with native binaries
145+
146+ For the additional information checkout the [ HOWTORELEASE.txt] ( ./HOWTORELEASE.txt ) file and the [ scripts] ( ./scripts ) directory.
You can’t perform that action at this time.
0 commit comments