Hi! I see that clog supports the --major/--minor/--patch flags. Is it possible to have the behavior be --auto, such that the tag is based on the actual commits?
So, having a feat() means --minor, having a BREAKING CHANGES: means --major, and all other changes imply --patch.
Hi! I see that
clogsupports the--major/--minor/--patchflags. Is it possible to have the behavior be--auto, such that the tag is based on the actual commits?So, having a
feat()means--minor, having aBREAKING CHANGES:means--major, and all other changes imply--patch.