Commit Graph

11 Commits

Author SHA1 Message Date
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