Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1005 Bytes

RELEASING.md

File metadata and controls

28 lines (20 loc) · 1005 Bytes

rapid-standalone Release Checklist

Update main branch

This project is a version of Rapid with all depdendencies included. We want the version of rapid-standalone to just match the versions in rapid.

# First, update `package.json` - make the package version match Rapid's version

# Store in environment variable for later (replace below with the actual version)
export VERSION=rapid-standalone-A.B.C-pre.D

npm install
npm run build
git add . && git commit -m  "$VERSION"
git tag "$VERSION"
git push origin "$VERSION"
npm publish

Set as latest release on GitHub: