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

Open
opened 8 years ago by nero · 0 comments

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.
No Label
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.