This folder contains the base, or "anchor" commit for each Positron version. Patch versions are computed relative to the anchor commit.
For example, Positron version 2022.10.0-456 is 456 commits past the commit stored in 2022.10.0.commit.
To create a new Positron version, do the following:
- Change
positronVersion
in theproduct.json
file at the root of the repository - From a shell, run
./versions/create-anchor.js
to create a new anchor.commit
file - Commit the change to
product.json
and the new.commit
file