mirror of
https://github.com/activerecord-hackery/ransack.git
synced 2022-11-09 13:47:45 -05:00
Add semantic versioning to README [skip ci]
This commit is contained in:
parent
b95518bb31
commit
5da6f50532
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -591,6 +591,16 @@ en:
|
|||
title: Old Ransack Namespaced Title
|
||||
```
|
||||
|
||||
## Semantic Versioning
|
||||
|
||||
Ransack attempts to follow semantic versioning in the format of `x.y.z`, where:
|
||||
|
||||
x stands for a major version (new features that are not backward-compatible)
|
||||
y stands for a minor version (new features that are backward-compatible)
|
||||
z stands for a patch (bug fixes)
|
||||
|
||||
In other words: Major.Minor.Patch.
|
||||
|
||||
## Contributions
|
||||
|
||||
To support the project:
|
||||
|
|
Loading…
Reference in a new issue