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
positronVersionin theproduct.jsonfile at the root of the repository - From a shell, run
./versions/create-anchor.jsto create a new anchor.commitfile - Commit the change to
product.jsonand the new.commitfile