Reputation: 734
What is the best practice of semantic commit type if I just improved the output message to make it clearly?
Example:
Original output message is: console.log('You are wrong')
and I've changed into: console.log('You are wrong because "a" is undefined.')
I don't think feat or fix is proper to use, does refactor would be an answer?
Upvotes: 2
Views: 1548