From 19384e4c9f271a895667dff3f0b60a6ab2caa057 Mon Sep 17 00:00:00 2001 From: Andrei Neagu Date: Mon, 8 Apr 2024 11:48:52 +0200 Subject: [PATCH] make note better --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52b532d..3232f3d 100644 --- a/README.md +++ b/README.md @@ -198,12 +198,12 @@ curl http://localhost:19597/metrics # Releasing +**KNOWN ISSUE:** please push all your commits and wait for the CI to go green before making a new release. If the CI is read the release will still be created. + To create a new release just add a new tag (in the format `vX.X.X`) to a commit and push it. The CI will take care of creating the release. To tag the current git commit and trigger a release run: -**KNOWN ISSUE:** please push all your commits and wait for the CI to go green before making a new release. If the CI is read the release will still be created. - ```bash make release tag=vX.X.X ``` \ No newline at end of file