To respect the Conventional Commits guide, what type (fix, feat, chore, ...) of commit should we use when it is related to an update of a git submodule ?
Best regards,
To respect the Conventional Commits guide, what type (fix, feat, chore, ...) of commit should we use when it is related to an update of a git submodule ?
Best regards,
This sounds like a dependency update. I'd use build
scope like so:
build(gitmodule): Update thing to a08fc4a (version 1.2.3)
if you are using VS Code as your editor. You can use Conventional Commits extension to figure what kind of commit to use. Other than that I can also suggest you to look at this website Conventional Commits Website