From 09952bcac97b1da2ec32b0b516f62b1ca545c987 Mon Sep 17 00:00:00 2001 From: Soeren Domroes Date: Tue, 22 Oct 2024 11:01:46 +0200 Subject: [PATCH] Add short documentation on how to release. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48930a1..f1b37ef 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,10 @@ docker-compose up --build ``` ## Hosting -If you would like to host elk-live yourself you can use the automatically built [Docker container](https://github.com/kieler/elk-live/pkgs/container/elk-live). There is also an [example configuration](https://github.com/kieler/elk-live/blob/master/docker-compose.yml) for Docker Compose. \ No newline at end of file +If you would like to host elk-live yourself you can use the automatically built [Docker container](https://github.com/kieler/elk-live/pkgs/container/elk-live). There is also an [example configuration](https://github.com/kieler/elk-live/blob/master/docker-compose.yml) for Docker Compose. + +## How to Release + +To release a new version simply [add a new release](https://github.com/kieler/elk-live/releases/new) and tag it (e.g. with ` v0.1.1`). + +This will build the selected branch and docker image, which will be tagged as `latest`. \ No newline at end of file