- npm
- git-cz
- standard-version
- react
- styled-components
- redux
npm run cz
Run with --dry-run
to check everything is ok.
npm run release -- --dry-run
npm run release
git push --follow-tags origin <BRANCH_NAME>
npm run cz
Run with --dry-run
to check everything is ok.
npm run release -- --dry-run
npm run release
git push --follow-tags origin <BRANCH_NAME>