-
git pull
the latest commits in themain
branch and ensure thatgit status
shows 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)