Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-07-16)

### Bug Fixes

* **deps:** bump @actions/core from 1.2.4 to 1.2.5 ([2a924ef](2a924ef))
* **deps:** bump @actions/core from 1.2.5 to 1.2.6 ([ad60484](ad60484))
* **deps:** bump @actions/core from 1.2.6 to 1.2.7 ([8841075](8841075))
* **deps:** bump @actions/core from 1.2.7 to 1.3.0 ([ce79fdc](ce79fdc))
* **deps:** bump @actions/core from 1.3.0 to 1.4.0 ([2e8c432](2e8c432))
* **deps:** bump @actions/exec from 1.0.4 to 1.1.0 ([c084b7e](c084b7e))
* **deps:** bump @actions/tool-cache from 1.6.0 to 1.6.1 ([18153c6](18153c6))
* **deps:** bump @actions/tool-cache from 1.6.1 to 1.7.0 ([bf3f86e](bf3f86e))
* **deps:** bump @actions/tool-cache from 1.7.0 to 1.7.1 ([94c7d2f](94c7d2f))
* wrong input name ([d2f3788](d2f3788))
* wrong input name ([7da80b7](7da80b7))

### Features

* implement basic feature working for Linux only ([367ba49](367ba49))
* make `version` input required ([52b82a3](52b82a3))
* throw error if the platform is not linux ([0cc2e1f](0cc2e1f))
  • Loading branch information
semantic-release-bot committed Jul 16, 2021
1 parent c5d953b commit ce91d5b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kengotoda/actions-setup-docker-compose",
"version": "0.0.0",
"version": "1.0.0",
"description": "the GitHub Action setting up docker-compose command",
"main": "lib/main.js",
"private": false,
Expand Down Expand Up @@ -55,9 +55,12 @@
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
["@semantic-release/exec", {
"prepare": "npm run package"
}],
[
"@semantic-release/exec",
{
"prepare": "npm run package"
}
],
[
"@semantic-release/git",
{
Expand Down

0 comments on commit ce91d5b

Please sign in to comment.