Skip to content

Commit

Permalink
Patch(automatic-versioning): updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 authored Jan 24, 2024
1 parent 106ebd1 commit 6f2ee17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/automatic-versioning/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ yarn bump-version
## Commit message prefixes and associated version bumping

```bash
- Feat! - bump major version
- Feature! | Feat! | Fix! | Patch! - bump major version
```

```bash
- Feat - bump minor version
- Feature | Feat - bump minor version
```

```bash
- Fix - bump patch version
- Fix | Patch - bump patch version
```

## Skip commit <br/>
Expand Down

0 comments on commit 6f2ee17

Please sign in to comment.