Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hhzl opened this issue Nov 3, 2014 · 0 comments
Open

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

hhzl opened this issue Nov 3, 2014 · 0 comments

Comments

@hhzl
Copy link
Member

hhzl commented Nov 3, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant