From 86df13f38d67e6d24bad9ab92b0a9d400794004a Mon Sep 17 00:00:00 2001 From: Benjamin Schmitz <66966223+bensofficial@users.noreply.github.com> Date: Fri, 28 Mar 2025 13:30:23 +0100 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE.md b/RELEASE.md index 00720d2..cbbe12a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,6 @@ # How to release Eos? + We use [JReleaser](https://jreleaser.org/) to upload Eos to Maven Central. In order to so, you have to set up a `~/.jreleaser/config.toeml` file according to [the documentation](https://jreleaser.org/guide/latest/examples/maven/maven-central.html#_gradle). 1. Update the version in `build.gradle`, `README.md` and in the `build.gradle` of the example project / project for building the docker container.