Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Latest commit

 

History

History
25 lines (22 loc) · 350 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (22 loc) · 350 Bytes

Tools

Commit

npm run cz

Release

Run with --dry-run to check everything is ok.

npm run release -- --dry-run
npm run release
git push --follow-tags origin <BRANCH_NAME>