Feat(rnpsw) add commit title check#226
Conversation
|
@Jokotoye18 thanks a mill for working on this. This will ensure folks don't open PRs without the desired commit titles and stop a lot of deployment and release issues moving forward! I will review this right away! @Jokotoye18 Domt forget to remove from draft. |
This is now ready for review @just1and0 |
|
@Jokotoye18 please can you update the pr description. |
| ] | ||
| } No newline at end of file | ||
| ], | ||
| "packageManager": "yarn@1.22.22" |
There was a problem hiding this comment.
@Jokotoye18 Remember we’re also bumping this to yarn@4.5.3 in your other PR…hope that won’t cause any conflicts?
Description
Currently when contributors raise PRs, they usually forget to use the correct commit title convension and this breaks CI, and features don't get published to npm.
We need to add a pre check when users try to make a commit. And show meaningful warnings⚠️
Issue URL
#206
Before and After
Add Image/video/gifs of changes