@biking/lot
v1.0.0
Published
List Of Things
Downloads
1
Readme
@biking/lot
- Conventional Commits to enforce Semantic Versioning specification.
- Automated releases using Travis CI
Initial Setup
git config --global user.name "bikingmonk"
git config --global user.email "[email protected]"
yarn config set init-author-name "bikingmonk"
yarn config set init-author-email "[email protected]"
yarn config set init-license MIT
yarn config set save-exact true
yarn global add semantic-release-cli
semantic-release-cli setup