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

Latest commit

 

History

History
35 lines (24 loc) · 490 Bytes

PUBLISHING.md

File metadata and controls

35 lines (24 loc) · 490 Bytes

Updating npm version & publishing

Local build test

# Update package.json
# Update CHANGELOG.md

# Follow instructions in ./playground/README.md to run locally

rm $wca_build
# revert package*.json

cd ..
npm t

Publish

# Create PR (check: delete source branch)

git checkout staging
git fetch && git pull
git checkout main
git fetch && git pull
git merge staging
git tag -a v1.0 -m "v1.0"

git log

git push origin staging main --tags

# Create a new release