Skip to content

Commit

Permalink
📝 Update CONTRIBUTING.md with release links
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Apr 26, 2024
1 parent 4294d43 commit 966bad5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -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)

0 comments on commit 966bad5

Please sign in to comment.