From 966bad5d47c367b34ccc64f3a2f7929816552535 Mon Sep 17 00:00:00 2001 From: tiulpin Date: Fri, 26 Apr 2024 12:57:11 +0200 Subject: [PATCH] :memo: Update `CONTRIBUTING.md` with release links --- CONTRIBUTING.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 356f18c..54bde65 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -179,4 +179,11 @@ git tag -a vX.X.X -m "vX.X.X" && git push origin vX.X.X ``` And [our GitHub Actions job `Release`](https://github.com/JetBrains/qodana-action/actions/workflows/release.yml) will do the rest. -Note that Gradle, GitHub action, CircleCI orb and Azure extension are always released together. + +Note that Gradle, GitHub action, CircleCI orb and Azure extension are always released together. +The release will be published to: + +- [GitHub Marketplace](https://github.com/marketplace/actions/qodana-scan) +- [Azure DevOps Marketplace](https://marketplace.visualstudio.com/items?itemName=JetBrains.qodana) +- [CircleCI Orb Registry](https://circleci.com/developer/orbs/orb/jetbrains/qodana) +- [Gradle Plugin Portal](https://plugins.gradle.org/plugin/org.jetbrains.qodana)