emgram769/lighthouse

Release tagging

Opened this issue · 2 comments

Lighthouse already seems pretty stable to me, but many Linux distributions only allow packages with release tags.
Besides that, it is easy to distinguish between major and minor changes when you follow a common version scheme.
What do you think about it?

Jannis

That is a great idea. Any suggestion on current tag/tagging policy? I'd like to formalize that first

SemVer is very common, the summary explains it very well.

We also need to keep this rule in mind for a starting point:

Major version zero (0.y.z) is for initial development. Anything may change at any time. The public API should not be considered stable.

I would suggest 1.0.0 but you know the development best :)