Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 643 Bytes

RELEASE.md

File metadata and controls

9 lines (5 loc) · 643 Bytes

Release Instructions

  1. git pull the latest commits in the main branch and ensure that git status shows no local changes

  2. export GITHUB_TOKEN="..." with a GitHub access token with "repo" access so release-it can conduct a GitHub release

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

  4. npm run release (uses @release-it-plugins/conventional-changelog to handle versioning, the changelog, publishing to GitHub and NPM, etc)