bedrock icon indicating copy to clipboard operation
bedrock copied to clipboard

Consider using Semantic Releases and Conventional Commits

Open xavez opened this issue 6 years ago • 3 comments

xavez avatar Aug 05 '19 07:08 xavez

We can consider it, but these types of things only make sense if there is activity on the repo ;)

Wolfr avatar Aug 16 '19 14:08 Wolfr

We seem to be moving towards a release system, where a version is defined in the minor part (major.minor.patch) still needs special care and could be considered breaking.

So in its current state, for example between Bedrock 1.20 and Bedrock 1.24 there are big internal changes. We could have technically called Bedrock 1.24 "Bedrock 1 2.0" but I think that would cause a lot of confusion (with Bedrock 2 also being a concept).

This is not using semantic versioning correctly (not at all), but I see no way to change this now without creating a lot of unnecessary problems.

Wolfr avatar Nov 05 '20 09:11 Wolfr

I never read the explanation about Conventional Commits, interesting.

Wolfr avatar Jul 19 '21 16:07 Wolfr