You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I came across conventional-recommended-bump, and realized that it does most of what this commit-analyzer project does. Not only will it suggest a version bump, but it also supports presets. Each preset describes whether a commit type will cause a patch, minor, or major version bump.
I believe we could leverage the presets in conventional-recommended-bump to resolve discussions such as #3
Each consumer of semantic-release could simply select the preset that corresponds with the commit types they want to release.
Today I came across conventional-recommended-bump, and realized that it does most of what this
commit-analyzerproject does. Not only will it suggest a version bump, but it also supports presets. Each preset describes whether a commit type will cause a patch, minor, or major version bump.I believe we could leverage the presets in
conventional-recommended-bumpto resolve discussions such as #3Each consumer of
semantic-releasecould simply select the preset that corresponds with the commit types they want to release.