Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 431 Bytes

RELEASE.md

File metadata and controls

12 lines (8 loc) · 431 Bytes

How to release

This project is hosted on NPM. You can find the terra packages here.

Below is a guide for releasing packages:

  1. Update the versions of the components and changelogs via npm run prepare-for-release
  2. Create a Release PR, Get approvals
  3. Merge PR to main
  4. Watch main to ensure releases get pushed to npm and tagged in github appropriately