Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 294 Bytes

DEPLOYMENT.md

File metadata and controls

18 lines (13 loc) · 294 Bytes

Deployment

  1. Verify what's included in the packed npm package
npm pack
  1. Publish npm package
# push tag to trigger "Publish NPM package" workflow
git tag vX.X.X
git push origin --tags

# create GitHub release
gh release create vX.X.X -t "vX.X.X" -F CHANGELOG.md