default bump keyword #4049
dnyandeobharambe
started this conversation in
General
Replies: 1 comment
-
Have you tried |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using following configuration and it is working fine when add keyword in commit message. But as it is mainline I want to make default bump to patch when developer forget to add keyword(+semver: patch). How I can do it?
Here is my config
Is default is patch bump? Right now I have custom logic to check this keywords , If keyword match then only it calculate version. If I remove that logic and keep open then is every commit will considered as bump ?(unless use skip). I mean if minor or major provide then it will bump accordingly. If not then it will bump patch for no keyword? Is this correct understanding?
Beta Was this translation helpful? Give feedback.
All reactions