#24 Add to FAQ: What is semantic versioning (``semver``)?

Aperto
aperto 8 anni fa da nero · 0 commenti
Admin of lolg.it ha commentato 8 anni fa

Originally at 2014-11-03T06:18:52Z by Hannes Hirzel

Base answer on

http://semver.org/

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.

And explain how it is applied in Amber

e.g. Amber 0.12.2, 0.12.4, 0.12.6, 0.13, 0.14

References

Originally at 2014-11-03T06:18:52Z by Hannes Hirzel Base answer on http://semver.org/ 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. And explain how it is applied in Amber e.g. Amber 0.12.2, 0.12.4, 0.12.6, 0.13, 0.14 **References** - http://semver.org/ - https://www.npmjs.org/doc/misc/semver.html - https://nodesource.com/blog/semver-tilde-and-caret
Sign in to join this conversation.
Nessuna etichetta
Nessuna milestone
Nessun assegnatario
1 Partecipanti
Caricamento...
Annulla
Salva
Non ci sono ancora contenuti.