Skip to content

Commit 1e9a92c

Browse files
committed
docs: updated readme
1 parent 78601cc commit 1e9a92c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ Versions are automatically determined based on [Conventional Commits](https://ww
122122
- `feat:` - New feature → **MINOR** version bump (0.1.0 → 0.2.0)
123123
- `fix:` - Bug fix → **PATCH** version bump (0.1.0 → 0.1.1)
124124
- `feat!:` or `BREAKING CHANGE:` - Breaking change → **MAJOR** version bump (0.1.0 → 1.0.0)
125+
- `chore:`, `docs:`, `style:`, `refactor:`, `test:`, `ci:` - No version bump
125126

126127
**Example commits:**
127128
```bash

0 commit comments

Comments
 (0)