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