docs/dev/releasing-foam.md
git checkout main && git fetch && git rebaseyarn resetyarn test./packages/foam-vscode/CHANGELOG.md./packages/foam-vscode/WHATSNEW.mdgit add *git commit -m"Preparation for next release"$ yarn version-extension <version> (where version is patch/minor/major)$ yarn package-extension$ yarn publish-extension$ yarn publish-cliSteps 1 to 6 should really be replaced by a GitHub action...