diff --git a/README.md b/README.md index 09095de..2ae47e1 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Gist Parameter | Description `message` | Required. The right text of the badge. `labelColor` | The left color of the badge. `color` | The right color of the badge. -`isError` | The color will be red and cannot be overridde.n +`isError` | The color will be red and cannot be overridden. `namedLogo` | A logo name from [simpleicons.org](http://simpleicons.org/). `logoSvg` | An svg-string to be used as logo. `logoColor` | The color for the logo. @@ -124,4 +124,13 @@ Emoji | Description :beetle: `:beetle:` | When you fixed a bug. :twisted_rightwards_arrows: `:twisted_rightwards_arrows:` | When you merged a branch. :fire: `:fire:` | When you removed something. -:truck: `:truck:` | When you moved / renamed something. \ No newline at end of file +:truck: `:truck:` | When you moved / renamed something. + +## Version Numbers + +Version numbers will be assigned according to the [Semantic Versioning](https://semver.org/) scheme. +This means, given a version number MAJOR.MINOR.PATCH, we will increment the: + +1. MAJOR version when we make incompatible API changes, +2. MINOR version when we add functionality in a backwards compatible manner, and +3. PATCH version when we make backwards compatible bug fixes. \ No newline at end of file