From b41e575e13013121b2865eeec56d8424a56394bc Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 25 Dec 2022 00:00:33 +0900 Subject: [PATCH] Update development guide --- DEVELOPMENT.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index d1161325..00a6b122 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -6,14 +6,16 @@ See JSON files in `tools/codegen/base` directory for examples of the manifest. +Note: Please specify the latest version as `>= ` in the `version_range` field unless you want to support older versions for a specific reason. + 2\. Generate manifest with the following command (replace `` with the tool name). ```sh ./tools/manifest.sh ``` -3\. Add tool name to table in "Supported tools" section in `README.md`. +3\. Add tool name to `tools` variable in `tools/publish.sh`. -4\. Add tool name to `tools` variable in `tools/publish.sh`. +4\. Add tool name to test matrix in `.github/workflows/ci.yml`. -5\. Add tool name to test matrix in `.github/workflows/ci.yml`. +5\. Add tool name to table in "Supported tools" section in `README.md`.