From a9725fcbafbaf78ee514bb7569c051f68d517ea6 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 20 Feb 2023 17:22:15 -0600 Subject: [PATCH] ci: update release configuration and workflows --- .github/workflows/build_publish.yml | 3 +-- .github/workflows/lint_format_test.yaml | 1 + .releaserc.json | 6 ------ 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_publish.yml b/.github/workflows/build_publish.yml index bc191fb..1a32349 100644 --- a/.github/workflows/build_publish.yml +++ b/.github/workflows/build_publish.yml @@ -7,6 +7,7 @@ on: - src/** branches: - master + - beta jobs: build: runs-on: ubuntu-latest @@ -69,8 +70,6 @@ jobs: registry-url: https://registry.npmjs.org/ - name: Install dependencies run: npm install - - name: Install semantic-release extra plugins - run: npm install --save-dev @semantic-release/changelog - name: Download build artifact uses: actions/download-artifact@v3.0.2 with: diff --git a/.github/workflows/lint_format_test.yaml b/.github/workflows/lint_format_test.yaml index 7a4bac0..6bbc4c3 100644 --- a/.github/workflows/lint_format_test.yaml +++ b/.github/workflows/lint_format_test.yaml @@ -8,6 +8,7 @@ on: - '**/README.md' branches: - master + - beta jobs: lint: name: lint diff --git a/.releaserc.json b/.releaserc.json index 59c21bd..4a8737d 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -9,12 +9,6 @@ "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", - [ - "@semantic-release/changelog", - { - "changelogFile": "docs/CHANGELOG.md" - } - ], "@semantic-release/npm", "@semantic-release/github" ]