Choisir un numéro de version pour un package

Choisir un numéro de version pour un package

22 mars 2019 | Mise à jour: 27 mars 2019 | Catégories: Uncategorized | View Comments

Dans le choix d'un numéro de version pour un package, une bonne source à lire est le Semantic Versioning 2.0.0 que j'ai découvert dans la présentation How to make package managers cry faite par Kenneth Hoste à FOSDEM 2018 mentionnée sur sage-devel. On peut aussi lire le PEP 440 de Python.

Le résumé de Semantic Versioning indique:

Given a version number MAJOR.MINOR.PATCH, increment the:

    MAJOR version when you make incompatible API changes,
    MINOR version when you add functionality in a backwards-compatible manner, and
    PATCH version when you make backwards-compatible bug fixes.

Additional labels for pre-release and build metadata are available as
extensions to the MAJOR.MINOR.PATCH format.
blog comments powered by Disqus