-
git pullthe latest commits in themainbranch and ensure thatgit statusshows no local changes -
export GITHUB_TOKEN="..."with a GitHub access token with "repo" access so release-it can conduct a GitHub release -
export EDITOR="vim"to choose an editor for editing the changelog -
npm run release(uses @release-it-plugins/conventional-changelog to handle versioning, the changelog, publishing to GitHub and NPM, etc)