Skip to content

Commit 1d84e04

Browse files
committed
Add a reference to HOWTORELEASE.txt into the README.md
1 parent 7f214b9 commit 1d84e04

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ so try to use a consistent PDAL version.
88

99
It 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.

0 commit comments

Comments
 (0)