Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading