1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-05 10:37:47 +02:00

docs: fix small README typo (#966)

fix typo

searching the other codebase seems to confirm this is a typo (results
show "local" not "loca")


https://github.com/search?q=repo%3Agoogleapis%2Frelease-please%20always-link-local&type=code

<!--
Thank you for proposing a pull request! Please note that SOME TESTS WILL
LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from
forks.
Someone from the team will review your Pull Request and respond.

Please describe your change and any implementation details below.
-->

Signed-off-by: Peter W <techieshark@gmail.com>
Co-authored-by: Jeff Ching <chingor@google.com>
This commit is contained in:
Peter W
2024-06-11 03:12:12 +10:00
committed by GitHub
parent 7b7ddcd412
commit fa4e719bd0

View File

@@ -398,7 +398,7 @@ you can see a mapping of the old option to the new option:
| `changelog-path` | `$.packages[path].changelog-path` | Package-only option |
| `component` | `$.packages[path].component` | Package-only option |
| `package-name` | `$.packages[path].package-name` | Package-only option |
| `always-link-local` | `$.always-link-loca` | Root-only option |
| `always-link-local` | `$.always-link-local` | Root-only option |
| `bootstrap-sha` | `$.bootstrap-sha` | Root-only option |
| `commit-search-depth` | `$.commit-search-depth` | Root-only option |
| `group-pull-request-title-pattern` | `$.group-pull-request-title-pattern` | Root-only option |