Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 306 Bytes

RELEASE.md

File metadata and controls

12 lines (10 loc) · 306 Bytes

Release

Update "version" of package.json and change unreleased section of CHANGELOG.md to the new version. Then,

git tag v$(jq -r .version package.json)
git push
git push --tags
npm run build
npm publish
npm run gh-release