Skip to content

Commit

Permalink
feat: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
codfish committed Apr 24, 2020
1 parent 789a94e commit 574e290
Show file tree
Hide file tree
Showing 6 changed files with 11,283 additions and 6,986 deletions.
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

11 changes: 0 additions & 11 deletions .markdownlint.json

This file was deleted.

4 changes: 0 additions & 4 deletions .prettierignore

This file was deleted.

11 changes: 8 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
name: 'Semantic Release Action'
description: 'Runs `semantic-release`. Respects .releaserc.js in your repo. Exports version variables for you to use in subsequent actions.'
description:
'Runs `semantic-release`. Respects .releaserc.js in your repo. Exports version variables for you
to use in subsequent actions.'
author: 'codfish'
branding:
icon: 'arrow-up-right'
color: 'orange'
inputs:
branch:
description: "The branch on which releases should happen. https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#branch"
description:
'The branch on which releases should happen.
https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#branch'
outputs:
new-release-published:
description: "Either `'true'` when a new release was published or `'false'` when no release was published"
description:
"Either `'true'` when a new release was published or `'false'` when no release was published"
release-version:
description: "The new releases' semantic version, i.e. `1.8.3`"
release-major:
Expand Down
Loading

0 comments on commit 574e290

Please sign in to comment.