Giter Site home page Giter Site logo

Comments (3)

borisbstyle avatar borisbstyle commented on June 13, 2024

There is already semantic versioning 2.1.2...2.1.3....2.1.4.

Its pretty much the same like cleanflight. But you have a point with binaries.

from betaflight.

mikeller avatar mikeller commented on June 13, 2024

Semantic versioning stipulates:

`3. Once a versioned package has been released, the contents of that version MUST NOT be modified. Any modifications MUST be released as a new version.

One possible workaround to keep within the best practices of semantic versioning is to use pre-releases if you are not sure what should be included in a release:

`9. A pre-release version MAY be denoted by appending a hyphen and a series of dot separated identifiers immediately following the patch version. Identifiers MUST comprise only ASCII alphanumerics and hyphen [0-9A-Za-z-]. Identifiers MUST NOT be empty. Numeric identifiers MUST NOT include leading zeroes. Pre-release versions have a lower precedence than the associated normal version. A pre-release version indicates that the version is unstable and might not satisfy the intended compatibility requirements as denoted by its associated normal version. Examples: 1.0.0-alpha, 1.0.0-alpha.1, 1.0.0-0.3.7, 1.0.0-x.7.z.92.

I am not trying to be picky here, my comment is based on the experience that sticking to the rules as they are postulated by semver helps a lot in dealing with the software release process.
e.g. if somebody reported an issue with betaflight 2.1.4, it would not be immediately obvious which of the multiple 2.1.4 releases this issue was occurring with.

from betaflight.

borisbstyle avatar borisbstyle commented on June 13, 2024

@mikeller
I actually used the pre-release github option. (except the last fix for blackbox_device)

The versioning has just started actually not long ago. The main goal of betaflight is to have very quick release of the beta version so the feedback can be gathered quickly. I will keep using pre-release option as I did with 2.1.4.

from betaflight.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.