From c0548aee5d17647628523eea7d7c45f8e144a890 Mon Sep 17 00:00:00 2001 From: Alexander Khabarov Date: Thu, 23 Jan 2025 15:59:17 +0000 Subject: [PATCH] fix: fix the table in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2546ce..e2172d3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ > [**semantic-release**](https://github.com/semantic-release/semantic-release) > plugin to publish a [`uv`](https://docs.astral.sh/uv) package. +| Step | Description | | ------------------ | --------------------------------------------------------------------------------------------------------------------- | | `verifyConditions` | Verify the presence of the `UV_PUBLISH_TOKEN_*` environment variables, and verify the authentication method is valid. | | `prepare` | Bump the project version and [build][building] it. | -- GitLab