versioning scheme
This commit is contained in:
parent
8e24554be4
commit
2fe6983125
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -512,6 +512,16 @@ This example emits:
|
|||
v: 0 } ]
|
||||
|
||||
|
||||
# Versioning
|
||||
|
||||
The scheme I follow is most succintly described by the bootstrap guys
|
||||
[here](https://github.com/twitter/bootstrap#versioning).
|
||||
|
||||
tl;dr: All versions a `<major>.<minor>.<patch>` which will be incremented for
|
||||
breaking backward compat and major reworks, new features without breaking
|
||||
change, and bug fixes, respectively.
|
||||
|
||||
|
||||
|
||||
# License
|
||||
|
||||
|
|
Loading…
Reference in a new issue