Open qubetools opened 1 year ago
I assume you are limiting the repo to squash commit and ? How do you restrict the feat fix convention to be allowed or blocked.
If u use rebase what message in the history in diff takes precedence? The last one?
@sbe-arg
Thanks for reply,
DEFAULT_BUMP = patch
would be fine for me, I already know how to do it.
First of all, I love this workflow, it works really good.
I have above code in my version.yml file. I wanted to follow semantic versioning rules to bump version.
For e.g
If my message says
fix: some message
orfix(some scope): some message
then it should trigger a patch version bumpIf my message says
feat: some message
orfeat(some scope): some message
then it should trigger a minor version bumpAny idea how to configure it?