mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-18 07:50:13 +02:00
addded versioning to readme
This commit is contained in:
@@ -187,6 +187,16 @@ jobs:
|
||||
```
|
||||
|
||||
|
||||
## 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
|
||||
3. PATCH version when we make backwards compatible bug fixes
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
### Report Bugs
|
||||
|
||||
Reference in New Issue
Block a user