parse-server icon indicating copy to clipboard operation
parse-server copied to clipboard

Add CI check to block unwanted major release

Open mtrezza opened this issue 3 years ago • 1 comments
trafficstars

New Feature / Enhancement Checklist

Current Limitation

If a commit message contains BREAKING CHANGE, it published a major version release. If the commit is only describing a breaking change but not actually containing one, this will lead to an unwanted major version release, but major version releases are only scheduled for the beginning of every year and need to be done in a controlled manner with preparatory work involved.

Feature / Enhancement Description

Add check to semantic release to block an unwanted major version increment.

I remember that there is a semantic release plugin to stop major releases, but I haven't found it anymore. Such a plugin would block major releases and needs to be temporarily disabled to publish a major release, which could be an acceptable solution.

Example Use Case

n/a

Alternatives / Workarounds

n/a

mtrezza avatar Jun 30 '22 11:06 mtrezza

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!