Skip to content

Commit

Permalink
Merge pull request #93 from codfish/deps
Browse files Browse the repository at this point in the history
feat: bump dependencies
  • Loading branch information
codfish authored Apr 24, 2020
2 parents 789a94e + 1b12259 commit 14057b2
Show file tree
Hide file tree
Showing 8 changed files with 11,285 additions and 6,989 deletions.
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 12.x

- run: npm ci
- run: npm run lint
- run: npm run lint:md

release:
needs: validate
Expand Down
11 changes: 0 additions & 11 deletions .markdownlint.json

This file was deleted.

4 changes: 0 additions & 4 deletions .prettierignore

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10
FROM node:12

# nice clean home for our action files
RUN mkdir /action
Expand Down
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 14057b2

Please sign in to comment.