-
Check that notable PRs since the last release are labeled and have clear and consistent titles
-
git pullthe latestmasterand ensure thatgit statusshows 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 -
npm run release(uses @release-it-plugins/lerna-changelog to handle versioning, the changelog, publishing to GitHub and NPM, etc)