You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(repo): Add yarn commit for structured commit messages (#4660)
**Summary**
Adds commitizen and adopts the cz-conventional-changelog adapter for commit logs. Will be followed
up by commit message linters and automatic version number bumping in CI builds.
**Test plan**
Run `yarn install` and then `yarn commit -a` after making some changes to test the new awesomeness. This commit message was also generated via that command.
**Fast:** Yarn caches every package it has downloaded, so it never needs to download the same package again. It also does almost everything concurrently to maximize resource utilization. This means even faster installs.
0 commit comments