* test: add expected behavior as a test case
Signed-off-by: Kengo TODA <skypencil@gmail.com>
* implement the necessary feature
Signed-off-by: Kengo TODA <skypencil@gmail.com>
* add a missing return type
Signed-off-by: Kengo TODA <skypencil@gmail.com>
* ci: try to run action without GITHUB_TOKEN env var
Signed-off-by: Kengo TODA <skypencil@gmail.com>
* input version is not required
Signed-off-by: Kengo TODA <skypencil@gmail.com>
* update the distributed package
Signed-off-by: Kengo TODA <skypencil@gmail.com>
* fix eslint warning
Signed-off-by: Kengo TODA <skypencil@gmail.com>
* provide GITHUB_TOKEN to create Octokit
Signed-off-by: Kengo TODA <skypencil@gmail.com>
* docs: update README.md
Signed-off-by: Kengo TODA <skypencil@gmail.com>
* docs: update README.md
Signed-off-by: Kengo TODA <skypencil@gmail.com>
* docs: update README.md
Signed-off-by: Kengo TODA <skypencil@gmail.com>
* docs: update README.md
Signed-off-by: Kengo TODA <skypencil@gmail.com>
* update distributions
Signed-off-by: Kengo TODA <skypencil@gmail.com>
Signed-off-by: Kengo TODA <skypencil@gmail.com>
* System naming for docker-compose >= 2.0 fixed
As you might notice they started naming releases using not capitalized system name starting from `docker-compose` v2.0.0 ([ref](https://github.com/docker/compose/releases/tag/v2.0.0)).
This commit adds version check and fixes system name (returned by `uname -s`).
* Update src/install.ts
Co-authored-by: Kengo TODA <skypencil+github@gmail.com>
* Version
Naming for later versions updated
* Parsing instead of lexicographical order applied
* Update src/install.ts
Co-authored-by: Kengo TODA <skypencil+github@gmail.com>
* Tests for new release naming added
* Integration test for versions > 2.0.0 added
* Version tag for releases >= 2.0.0 fixed
* Indentation restored
* js files compiled
* auto-appending 'v' added
Co-authored-by: Kengo TODA <skypencil+github@gmail.com>