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

Commit ba1c241

Browse files
docs: fix small typo in README.md (#907)
A very small typo I found in the `README.md` when making sure my usage of release-please accommodates the new major version. Changes `relese` to `release` --------- Signed-off-by: Christian Krogh Nielsen <[email protected]> Co-authored-by: Jeff Ching <[email protected]>
1 parent df71963 commit ba1c241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ If you were setting the `command` option, you will likely need to modify your co
373373

374374
| Command | New Configuration | Description |
375375
| ---------------- | ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
376-
| `github-release` | `skip-github-pull-request: true` | This command was used for only tagging releases. Now we tell relese-please to skip opening release PRs. |
376+
| `github-release` | `skip-github-pull-request: true` | This command was used for only tagging releases. Now we tell release-please to skip opening release PRs. |
377377
| `release-pr` | `skip-github-release: true` | This command was used for only opening release PRs. Now we tell release-please to skip tagging releases. |
378378
| `manifest` | do not set `release-type` option | This command told release-please to use a manifest config file. This is now the default behavior unless you explicitly set a `release-type`. |
379379
| `manifest-pr` | `skip-github-release: true` and do not set `release-type` option | This command told release-please to use a manifest config file and only open the pull reuqest. |

0 commit comments

Comments
 (0)