Do not list tools names manually in tools/publish.sh

This commit is contained in:
Taiki Endo
2022-12-25 11:50:57 +09:00
parent 5f1007031e
commit e76e8e0eab
2 changed files with 10 additions and 25 deletions

View File

@@ -12,8 +12,6 @@ See JSON files in `tools/codegen/base` directory for examples of the manifest.
./tools/manifest.sh <tool>
```
3\. Add tool name to `tools` variable in `tools/publish.sh`.
3\. Add tool name to test matrix in `.github/workflows/ci.yml`.
4\. Add tool name to test matrix in `.github/workflows/ci.yml`.
5\. Add tool name to table in "Supported tools" section in `README.md`.
4\. Add tool name to table in "Supported tools" section in `README.md`.