lighthouse icon indicating copy to clipboard operation
lighthouse copied to clipboard

Release tagging

Open janniscx opened this issue 9 years ago • 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

janniscx avatar Oct 08 '16 16:10 janniscx

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

emgram769 avatar Oct 09 '16 20:10 emgram769

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 :)

janniscx avatar Oct 09 '16 20:10 janniscx