Skip to content

Commit

Permalink
make note better
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Apr 8, 2024
1 parent f089094 commit 19384e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 19384e4

Please sign in to comment.