Skip to content

Why is the nightly version lower than the stable? #16408

Answered by Ferroin
StarkZarn asked this question in Q&A
Discussion options

You must be logged in to vote

When we create a minor release, that involves creating a release branch. Any patch releases for a given minor release are made from that release branch and contain only exactly those fixes that should be in the patch release, so there are no associated changes on the master branch resulting from a patch release. This is done both to minimize the risk of introducing new bugs, and to reduce any disruption for people working on the Netdata code that might occur when a patch release happens.

The nightly build versions though are literally just the latest tag on the master branch plus the number of commits since that tag (roughly equivalent to what you would get by running git describe with th…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@StarkZarn
Comment options

Answer selected by StarkZarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants