From d5b0c3523e4cae31bc0a75685616e21df3197a90 Mon Sep 17 00:00:00 2001 From: x1ah Date: Fri, 4 Dec 2020 07:53:37 +0800 Subject: [PATCH] fix: fix readme typo (#125) Co-authored-by: Benjamin E. Coe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 832e119..e91dfa1 100644 --- a/README.md +++ b/README.md @@ -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) |