Commit Graph

16 Commits

Author SHA1 Message Date
semantic-release-bot
8a16a74939 chore(release): 1.0.10 [skip ci]
## [1.0.10](https://github.com/KengoTODA/actions-setup-docker-compose/compare/v1.0.9...v1.0.10) (2022-04-25)

### Bug Fixes

* **deps:** bump @actions/core from 1.6.0 to 1.7.0 ([5d03656](5d03656652))
2022-04-25 17:07:43 +00:00
Sergeev Alexander
e1d8c7b2f9 fix: version prefix 'v' is missing for docker-compose v2
* 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>
2022-04-18 11:40:59 +08:00
semantic-release-bot
a417ad6d2c chore(release): 1.0.5 [skip ci]
## [1.0.5](https://github.com/KengoTODA/actions-setup-docker-compose/compare/v1.0.4...v1.0.5) (2022-03-18)

### Bug Fixes

* **deps:** bump @actions/exec from 1.1.0 to 1.1.1 ([479ea78](479ea78612))
2022-03-18 18:32:39 +00:00
semantic-release-bot
e0db97016d chore(release): 1.0.4 [skip ci]
## [1.0.4](https://github.com/KengoTODA/actions-setup-docker-compose/compare/v1.0.3...v1.0.4) (2021-12-21)

### Bug Fixes

* bump up nodejs to v16 ([#379](https://github.com/KengoTODA/actions-setup-docker-compose/issues/379)) ([71a073d](71a073de4f))
2021-12-21 06:52:18 +00:00
Kengo TODA
71a073de4f fix: bump up nodejs to v16 (#379)
* fix: bump up nodejs to v16

* fix: bump up nodejs to v16
2021-12-21 14:51:24 +08:00
semantic-release-bot
5c1f7c551e chore(release): 1.0.3 [skip ci]
## [1.0.3](https://github.com/KengoTODA/actions-setup-docker-compose/compare/v1.0.2...v1.0.3) (2021-09-29)

### Bug Fixes

* **deps:** bump @actions/core from 1.5.0 to 1.6.0 ([cde9a19](cde9a1913a))
2021-09-29 17:14:34 +00:00
Tibo Delor
ecd3566c81 fix: Add docker-compose to PATH (#274)
* Expose command as `docker-compose`

* Format and package
2021-09-01 10:29:50 +08:00
Kengo TODA
3268a385e5 chore: treat caught error as unknown 2021-08-29 06:39:28 +00:00
semantic-release-bot
fd5dac6497 chore(release): 1.0.1 [skip ci]
## [1.0.1](https://github.com/KengoTODA/actions-setup-docker-compose/compare/v1.0.0...v1.0.1) (2021-08-20)

### Bug Fixes

* **deps:** bump @actions/core from 1.4.0 to 1.5.0 ([fc4847a](fc4847a6b6))
2021-08-20 17:05:57 +00:00
Kengo TODA
74676fbfa6 Introduce the semantic release (#234)
* build: update metadata

* ci: introduce setup-node to use specific node version

* ci: introduce semantic-release

* chore: update dist files

* ci: fix the format of Actions
2021-07-16 17:22:55 +08:00
Kengo TODA
38bcbb88d2 test: update jest to v27 2021-07-15 07:28:17 +08:00
Kengo TODA
583b9ac80c build with the latest dependencies (#84)
* build with the latest dependencies

close #69

* chore: update the dist files

* ci: use `npm ci` instead of `npm i`

* chore: update the dist files
2020-12-06 17:56:38 +08:00
Kengo TODA
0cc2e1f005 feat: throw error if the platform is not linux 2020-08-28 19:41:36 +08:00
Kengo TODA
d2f378829d fix: wrong input name 2020-08-27 20:45:57 +08:00
Kengo TODA
367ba4923b feat: implement basic feature working for Linux only 2020-08-27 20:39:35 +08:00
Kengo TODA
580c29732a Initial commit 2020-08-27 11:53:14 +08:00