From 4663b3af93f2ef2a101a2bc6b2e1ef116603a02d Mon Sep 17 00:00:00 2001 From: Viktor Date: Tue, 17 Sep 2024 18:46:43 +0200 Subject: [PATCH] :memo: Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4a3aad75..a74a050f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -172,7 +172,7 @@ extensions follow the [CLI versioning](https://github.com/JetBrains/qodana-cli/r When a new CLI release is published, a pull request with the update is automatically created in this repository ([example](https://github.com/JetBrains/qodana-action/pull/293)) -If you are a core maintainer and want to release a new version, all you need is to run the following command: +If you are a core maintainer and want to release a new version, all you need (after merging a PR with the latest CLI) is to run the following command: ```shell git tag -a vX.X.X -m "vX.X.X" && git push origin vX.X.X