mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 18:04:12 +03:00
Add documentation on versioning (#2568)
* Draft documentation on versioning * Add "Renamed icons" to kinds of changes for a major release * Change "Updated icons" to "Updated SVGs" & "Updated metadata" for patch
This commit is contained in:
parent
f464743a48
commit
3424fd8720
@ -165,3 +165,15 @@ Once you've completed the previous steps, create a pull request to merge your ed
|
|||||||
Alternatively, you can build and run the website in a readily configured online workspace:
|
Alternatively, you can build and run the website in a readily configured online workspace:
|
||||||
|
|
||||||
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/simple-icons/simple-icons)
|
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/simple-icons/simple-icons)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Versioning
|
||||||
|
|
||||||
|
We use [Semantic Versioning](https://semver.org/) in this project. Given a version number `MAJOR.MINOR.PATCH` you can expect the following kinds of changes:
|
||||||
|
|
||||||
|
| Version number | Kinds of changes |
|
||||||
|
| :---- | :---- |
|
||||||
|
| _Major_ | Removed icons; Renamed icons; Breaking API changes |
|
||||||
|
| _Minor_ | New icons; API changes |
|
||||||
|
| _Patch_ | Updated SVGs; Updated metadata |
|
||||||
|
Loading…
Reference in New Issue
Block a user