Skip to content

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