Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit e363460

Browse files
XhmikosRBenjamin E. Coe
andauthored
fix: README.md typos (#186)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
1 parent abdb363 commit e363460

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Automate releases with Conventional Commit Messages.
4242
| `bump-minor-pre-major` | Should breaking changes before 1.0.0 produce minor bumps? Default `No` |
4343
| `path` | create a release from a path other than the repository's root |
4444
| `monorepo-tags` | add prefix to tags and branches, allowing multiple libraries to be released from the same repository. |
45-
| `changelog-types` | A JSON formatted String containing to override the outputted changlog sections |
45+
| `changelog-types` | A JSON formatted String containing to override the outputted changelog sections |
4646
| `version-file` | provide a path to a version file to increment (used by ruby releaser) |
4747
| `fork` | Should the PR be created from a fork (does not work with `secrets.GITHUB_TOKEN`) |
4848
| `command` | release-please command to run, either `github-release`, or `release-pr` (_defaults to running both_) |
@@ -168,7 +168,7 @@ jobs:
168168

169169
## Creating major/minor tags
170170

171-
If you are using release-please to publish a GitHub acton, you will
171+
If you are using release-please to publish a GitHub action, you will
172172
likely want to tag a major and minor tag during a release, i.e., if you
173173
are releasing `v2.8.3`, you will also want to update tags `v2` and `v2.8`. This allows your
174174
users to pin to `v2`, and get updates to your library without updating their

0 commit comments

Comments
 (0)