What is the use of chore
in semantic version control commit messages? Other types like feat or fix are clear, but I don't know when to use "chore".
Can anyone provide a couple of examples of its use?
Another maybe not related question: What's the proper type of commit messages for modifying files like .gitignore
?
You can see a short definition in "Git Commit Msg":
It is used in:
"Semantic Commit Messages" and in
the project "
fteem/git-semantic-commits
".Modifying the
.gitignore
would be part of the "chores"."
grunt task
" means nothing that an external user would see:.gitignore
or.gitattributes
),Although Owen S mentions in the comments: