mailserver2 / mailserver

Simple and full-featured mail server using Docker
https://store.docker.com/community/images/mailserver2/mailserver
MIT License
133 stars 28 forks source link

clarified tagging a bit more in VERSIONING.md #21

Closed AndrewSav closed 3 years ago

AndrewSav commented 3 years ago

Description

We had some problems with tagging here so this change aims to make it easier to tag releases correctly

Type of change

Status

How has this been tested ?

This is a documentation only change it will be tested via PR peer review.

sknight80 commented 3 years ago

Thank you, @AndrewSav, for clarifying the versioning process. For version number, what is our policy? (I mean, currently, we have 1.3.0 version number (as an example). When should we increase the first, the second, or the 3rd number?)

pollux commented 3 years ago

How about sticking to https://semver.org ?

sknight80 commented 3 years ago

@pollux I like it. @AndrewSav and @SaraSmiseth, what do you think?

AndrewSav commented 3 years ago

That was the original idea, but I guess we have to use common sense here as well. We are in a permanent maintenance mode, which means only the minor will ever increase. Not that there is anything wrong with that.

So I say semver by default, but we can discuss if our common sense tells us to deviate.

AndrewSav commented 3 years ago

Also sorry have been too busy and did not have time to push through this simple change. Will try and do it as time permits.

SaraSmiseth commented 3 years ago

I also assumed we already follow semver. If we agree on it we should document it in VERSIONING.md as well.

AndrewSav commented 3 years ago

I added the requested changes, please have a look over @sknight80 @SaraSmiseth