Skip to content

Commit

Permalink
Add a note about creating new releases
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed May 23, 2023
1 parent fd50402 commit d8c5b8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d8c5b8e

Please sign in to comment.