Skip to content

Commit

Permalink
📝 Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin authored Sep 17, 2024
1 parent 5983adc commit 4663b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4663b3a

Please sign in to comment.