Skip to content

Commit 5fab337

Browse files
committed
Add bullet about updating Positron
1 parent 3fbf624 commit 5fab337

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ When you want to cut a release of the Air binary and Air VS Code / OpenVSX exten
4040

4141
- It runs on `workflow_dispatch`, and automatically pulls in the latest release binary of Air from the binary release workflow above. It will release to both the VS Code marketplace and the OpenVSX marketplace.
4242

43+
- Bump the version of Air recorded in Positron's [`product.json`](https://github.com/posit-dev/positron/blob/main/product.json).
44+
4345
- Merge the release branch
4446

4547
- There is no need to bump to an intermediate "dev version" after a release.
@@ -133,4 +135,4 @@ Install the nextest cli tool using a [prebuilt binary](https://nexte.st/docs/ins
133135

134136
Run tests locally with `just test`, which calls `cargo nextest run`. Run insta snapshot tests in "update" mode with `just test-insta`.
135137

136-
On CI we use the nextest profile found in `.config/nextest.toml`.
138+
On CI we use the nextest profile found in `.config/nextest.toml`.

0 commit comments

Comments
 (0)