Skip to content

Commit

Permalink
📝 Update CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Jan 26, 2023
1 parent b87102b commit c25ee7d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ By participating in this project, you agree to abide our [Code of conduct](.gith

## Set up your machine

Qodana Scan GitHub Action and Qodana for Azure are written in [TypeScript](https://www.typescriptlang.org).
Qodana Scan GitHub Action and Qodana for Azure are written in [TypeScript](https://www.typescriptlang.org). CircleCI Orb is written in YAML (but utilizes CLI under the hood similar way Qodana for Azure doe).

Prerequisites:

Expand Down Expand Up @@ -89,6 +89,8 @@ Update the version – edit the following artifacts:
- [ ] [vsts/vss-extension.json](vsts/vss-extension.json)
- [ ] [vsts/QodanaScan/task.json](vsts/QodanaScan/task.json)

If you forget to do this, repository tests will fail.

Test extension packing:

```sh
Expand Down Expand Up @@ -116,4 +118,4 @@ If you are a core maintainer and want to release a new version, all you need is
git tag -a vX.X.X -m "vX.X.X" && git push origin vX.X.X
```

And GitHub Actions will do the rest. Note that GitHub action and Azure extension are released together.
And GitHub Actions will do the rest. Note that GitHub action, CircleCI orb and Azure extension are released together.

0 comments on commit c25ee7d

Please sign in to comment.