diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index 33c92168a..a21acea0e 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -40,7 +40,7 @@ jobs: with: token: ${{ secrets.RELEASE_PAT_CASPER }} release_branch: ${{ env.PUBLISH_UPDATE_BRANCH }} - exclude_labels: "duplicate,question,invalid,wontfix,dependency_updates" + exclude_labels: "duplicate,question,invalid,wontfix,dependency_updates,skip_changelog" - name: Update API Reference docs and version - Commit changes and update tag run: .github/utils/update_docs.sh @@ -65,7 +65,7 @@ jobs: release_branch: ${{ env.PUBLISH_UPDATE_BRANCH }} since_tag: "${{ env.PREVIOUS_VERSION }}" output: "release_changelog.md" - exclude_labels: "duplicate,question,invalid,wontfix,dependency_updates" + exclude_labels: "duplicate,question,invalid,wontfix,dependency_updates,skip_changelog" - name: Append changelog to release body run: | diff --git a/.github/workflows/ci_cd_updated_master.yml b/.github/workflows/ci_cd_updated_master.yml index 610c98678..2e6061a95 100644 --- a/.github/workflows/ci_cd_updated_master.yml +++ b/.github/workflows/ci_cd_updated_master.yml @@ -72,7 +72,7 @@ jobs: with: token: ${{ secrets.RELEASE_PAT_CASPER }} release_branch: ${{ env.PUBLISH_UPDATE_BRANCH }} - exclude_labels: "duplicate,question,invalid,wontfix,dependency_updates" + exclude_labels: "duplicate,question,invalid,wontfix,dependency_updates,skip_changelog" - name: Deploy documentation if: env.RELEASE_RUN == 'false'