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

fix: fix readme typo (#125)

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
x1ah
2020-12-04 07:53:37 +08:00
committed by GitHub
parent efcdc25d47
commit d5b0c3523e

View File

@@ -67,7 +67,7 @@ Release Please automates releases for the following flavors of repositories:
| release type | description |
|:---:|---|
| `node` | [A Node.js repository, with a package.json and CHANGELOG.md](https://github.com/yargs/yargs) |
| `python` | [A Python repository, with a setup.py, setup.cfg, and CHANGELOG.md](https://github.com/googleapis/java-storage) |
| `python` | [A Python repository, with a setup.py, setup.cfg, version.py and CHANGELOG.md](https://github.com/googleapis/python-storage) |
| `ruby` | [A Ruby repository, with version.rb and CHANGELOG.md](https://github.com/google/google-id-token) |
| `terraform-module` | [A terraform module, with a version in the README.md, and a CHANGELOG.md](https://github.com/terraform-google-modules/terraform-google-project-factory) |
| `simple` | [A repository with a version.txt and a CHANGELOG.md](https://github.com/googleapis/gapic-generator) |