Skip to content

Commit

Permalink
docs: layouting
Browse files Browse the repository at this point in the history
  • Loading branch information
marrip committed Feb 28, 2024
1 parent d707e42 commit 7f54a1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,11 +529,11 @@ $ git push

#### Semantic versioning

- version tag should be MAJOR.MINOR.PATCH
- version tag should be **MAJOR.MINOR.PATCH**
- you increment one of the three depending on the change
- MAJOR: version when you make incompatible API changes
- MINOR: version when you add functionality in a backward compatible manner
- PATCH: version when you make backward compatible bug fixes
- **MAJOR**: version when you make incompatible API changes
- **MINOR**: version when you add functionality in a backward compatible manner
- **PATCH**: version when you make backward compatible bug fixes

---

Expand Down

0 comments on commit 7f54a1f

Please sign in to comment.