It is still in WIP, but I would like to propose using refactor and distinguishing it from chore.
In a nutshell, refactor causes a SemVer bump, while chore is a fallback to anything that is not causing a SemVer change.
I do not have strong opinions; just trying to find a common ground to provide library authors to merge things following SemVer that wouldn't cause a release version change, such as CI, Docs (although I am following up on republishing docs-only), and many other things.
Hey @doomspork
It is still in WIP, but I would like to propose using
refactor
and distinguishing it fromchore.
In a nutshell,
refactor
causes a SemVer bump, whilechore
is a fallback to anything that is not causing a SemVer change.I do not have strong opinions; just trying to find a common ground to provide library authors to merge things following SemVer that wouldn't cause a release version change, such as CI, Docs (although I am following up on republishing docs-only), and many other things.