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
- Add commit-lint job to CI workflow that validates conventional commits
- Configure commitlint with @commitlint/config-conventional
- Add Node.js/pnpm setup for running commitlint in CI
- Handle both push events (last commit) and pull requests (range
validation)
- Customize subject-case rule to prevent restrictive casing enforcement
- The idea behind using conventional commits is to have a nice-looking
changelog for users
0 commit comments