mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 15:10:27 +00:00
Update development guide
This commit is contained in:
@@ -6,14 +6,16 @@
|
|||||||
|
|
||||||
See JSON files in `tools/codegen/base` directory for examples of the manifest.
|
See JSON files in `tools/codegen/base` directory for examples of the manifest.
|
||||||
|
|
||||||
|
Note: Please specify the latest version as `>= <version>` in the `version_range` field unless you want to support older versions for a specific reason.
|
||||||
|
|
||||||
2\. Generate manifest with the following command (replace `<tool>` with the tool name).
|
2\. Generate manifest with the following command (replace `<tool>` with the tool name).
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
./tools/manifest.sh <tool>
|
./tools/manifest.sh <tool>
|
||||||
```
|
```
|
||||||
|
|
||||||
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`.
|
||||||
|
|||||||
Reference in New Issue
Block a user