Skip to content

Commit

Permalink
Fix typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dkolba authored Jul 15, 2024
1 parent 347b006 commit 274b9ba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![codecov](https://codecov.io/gh/denoland/bump-workspaces/graph/badge.svg?token=KUT5Q1PJE6)](https://codecov.io/gh/denoland/bump-workspaces)

This tool detects necessary version upgrades for workspaces packages using
[Conventional Commiets](https://www.conventionalcommits.org/en/v1.0.0/) and
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) and
creates a PR.

# Try it
Expand Down Expand Up @@ -37,10 +37,10 @@ The below steps describe what this command does:
vars.
- That's all.

Note: Don't worry if your commits don't completely follow the conventional
Note: Don't worry if your commits don't completely follow conventional
commits. You can still manually update the PR generated by this tool. The PR
body includes the information about what commits are handled by this tool and
what are not.
body includes the information about which commits are handled by this tool and
which are not.

# CI set up

Expand Down Expand Up @@ -119,8 +119,8 @@ The tool automatically detects following commit tags:
- chore
If a module has `BREAKING` commits, then `major` version will be updated. If a
module has `feat` commits, `minor` version will be updated. Othrewise `patch`
version will be update.
module has `feat` commits, `minor` version will be updated. Otherwise `patch`
version will be updated.

| tag | version |
| ----------- | ------- |
Expand Down

0 comments on commit 274b9ba

Please sign in to comment.