From d8c5b8e4b606270251623fca2abb88bb5be3e573 Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Tue, 23 May 2023 15:16:13 -0700 Subject: [PATCH] Add a note about creating new releases --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 786df4d..b918aff 100755 --- a/README.md +++ b/README.md @@ -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