updats, cheatsheet, installInstruc

This commit is contained in:
behinger (s-ccs 001)
2023-09-13 14:57:26 +00:00
parent af63f9f552
commit 3f696ac721
5 changed files with 75 additions and 30 deletions

View File

@@ -192,13 +192,14 @@ Following `semver` - three parts:
`v2.7.5`
means:
- **Major** 2
- **Minor** 7
- **Bugfix** 5
Bump **Major** if you propose backward-breaking changes
Bump **Minor** if you only introduce new features
Bump **Bugfix** if you, well, fix bugs
- Bump **Major** if you propose backward-breaking changes
- Bump **Minor** if you only introduce new features
-Bump **Bugfix** if you, well, fix bugs
**Special case:**