From be2ccad67a07e921b9ddff135e2b4a1bbc78a3ba Mon Sep 17 00:00:00 2001 From: Owen Conti Date: Fri, 1 May 2020 18:10:54 -0600 Subject: [PATCH] feat: add .releaserc file --- .github/workflows/Build.yml | 4 ++-- .releaserc | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .releaserc diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index ee6f3cb..815a9f7 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -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 @@ -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: diff --git a/.releaserc b/.releaserc new file mode 100644 index 0000000..e54c455 --- /dev/null +++ b/.releaserc @@ -0,0 +1,4 @@ +plugins: + - @semantic-release/commit-analyzer + - @semantic-release/release-notes-generator + - @semantic-release/github \ No newline at end of file