-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(README): added info on versioning
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,18 @@ Fully featured this component is provided with: | |
- [Use it with reactive forms](https://github.com/BioPhoton/angular-star-rating/wiki/Use-it-with-reactive-forms) | ||
- [Custom configuration](https://github.com/BioPhoton/angular-star-rating/wiki/Custom-configuration) | ||
|
||
## Versioning | ||
This project will be maintained under the Semantic Versioning guidelines. | ||
|
||
Given a version number <MAJOR>.<MINOR>.<PATCH>-<PRE-RELEASE>, 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. | ||
- PRE-RELEASE and build metadata as extensions to the MAJOR.MINOR.PATCH format (1.0.0-beta.0). | ||
|
||
Find information on SemVer under [semver.org](http://semver.org). | ||
|
||
## License | ||
|
||
MIT © [Michael Hladky](mailto:[email protected]) |