beam-community / common-config

A repository containing shared configuration for all of our Elixir projects
1 stars 1 forks source link

fix: add refactor to semver title #13

Closed yordis closed 4 months ago

yordis commented 4 months ago

Hey @doomspork

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.