What semantic commit message type should I use for adding unit test cases? Like Udin.test.js, feat , chore , or update?
By "semantic commit message" you are probably referring to Conventional Commits. In that case, the answer is in the summary:
- types other than
fix:andfeat:are allowed, for example @commitlint/config-conventional (based on the the Angular convention) recommendsbuild:,chore:,ci:,docs:,style:,refactor:,perf:,test:, and others.
So, use test: for adding test cases.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With