Skip to content

Commit

Permalink
feat: add .releaserc file
Browse files Browse the repository at this point in the history
  • Loading branch information
owenconti committed May 2, 2020
1 parent 54dfec2 commit be2ccad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Test
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Composer Install
run: composer install
- name: PHPCS
Expand All @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
Expand Down
4 changes: 4 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
plugins:
- @semantic-release/commit-analyzer
- @semantic-release/release-notes-generator
- @semantic-release/github

0 comments on commit be2ccad

Please sign in to comment.