-
Check that notable PRs since the last release are labeled and have clear and consistent titles
-
git pull
the latestmain
and ensure thatgit status
shows no local changes -
export GITHUB_AUTH="..."
with a GitHub access token with "repo" access so release-it can conduct a GitHub release and lerna-changelog can download the change history -
export EDITOR="vim"
to choose an editor for editing the changelog -
yarn release
(uses @release-it-plugins/lerna-changelog to handle versioning, the changelog, publishing to GitHub and NPM, etc)