Add a note about creating new releases

This commit is contained in:
Taro L. Saito 2023-05-23 15:16:13 -07:00
parent fd504023f1
commit d8c5b8e4b6
No known key found for this signature in database
GPG Key ID: 429C8816DEA04CDB
1 changed files with 5 additions and 0 deletions

View File

@ -158,6 +158,7 @@ $ ./sbt -Dloglevel=debug
For the details of sbt usage, see my blog post: [Building Java Projects with sbt](http://xerial.org/blog/2014/03/24/sbt/)
### Building from the source code
See the [build instruction](https://github.com/xerial/snappy-java/blob/master/BUILD.md). Building from the source code is an option when your OS platform and CPU architecture is not supported. To build snappy-java, you need Git, JDK (1.6 or higher), g++ compiler (mingw in Windows) etc.
$ git clone https://github.com/xerial/snappy-java.git
@ -170,6 +171,10 @@ When building on Solaris, use `gmake`:
A file `target/snappy-java-$(version).jar` is the product additionally containing the native library built for your platform.
### Creating a new release
GitHub action [https://github.com/xerial/snappy-java/blob/master/.github/workflows/release.yml] will publish a new relase to Maven Central (Sonatype) when a new tag vX.Y.Z is pushed.
## Miscellaneous Notes
### Using snappy-java with Tomcat 6 (or higher) Web Server