Skip to content

Commit d8c5b8e

Browse files
committed
Add a note about creating new releases
1 parent fd50402 commit d8c5b8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ $ ./sbt -Dloglevel=debug
158158
For the details of sbt usage, see my blog post: [Building Java Projects with sbt](http://xerial.org/blog/2014/03/24/sbt/)
159159

160160
### Building from the source code
161+
161162
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.
162163

163164
$ git clone https://github.com/xerial/snappy-java.git
@@ -170,6 +171,10 @@ When building on Solaris, use `gmake`:
170171

171172
A file `target/snappy-java-$(version).jar` is the product additionally containing the native library built for your platform.
172173

174+
### Creating a new release
175+
176+
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.
177+
173178
## Miscellaneous Notes
174179

175180
### Using snappy-java with Tomcat 6 (or higher) Web Server

0 commit comments

Comments
 (0)