diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 568827b..278131a 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -30,4 +30,4 @@ jobs: - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: npx semantic-release@15 + run: npx semantic-release@16 diff --git a/.releaserc b/.releaserc index bcab9bf..6b17bfe 100644 --- a/.releaserc +++ b/.releaserc @@ -1,6 +1,10 @@ -plugins: - - "@semantic-release/commit-analyzer" - - "@semantic-release/release-notes-generator" - - "@semantic-release/github" -branches: - - main \ No newline at end of file +{ + "plugins": [ + "@semantic-release/commit-analyzer", + "@semantic-release/release-notes-generator", + "@semantic-release/github" + ], + "branches": [ + "main" + ] +}