Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 806 Bytes

File metadata and controls

11 lines (6 loc) · 806 Bytes

Release Instructions

  1. Check that notable PRs since the last release are labeled and have clear and consistent titles

  2. git pull the latest main and ensure that git status shows no local changes

  3. 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

  4. export EDITOR="vim" to choose an editor for editing the changelog

  5. yarn release (uses @release-it-plugins/lerna-changelog to handle versioning, the changelog, publishing to GitHub and NPM, etc)