From dab0c194fe6e17cc3077d75cac9587af5bccb208 Mon Sep 17 00:00:00 2001 From: Chris Collier <29115613+PossibleLlama@users.noreply.github.com> Date: Sun, 10 Mar 2024 20:48:00 +0000 Subject: [PATCH] Possiblellama patch 1 (#144) * Update commit-main.yml * Update .releaserc --- .github/workflows/commit-main.yml | 9 +++++---- .releaserc | 7 ------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/workflows/commit-main.yml b/.github/workflows/commit-main.yml index 2987526..87b6aa9 100644 --- a/.github/workflows/commit-main.yml +++ b/.github/workflows/commit-main.yml @@ -8,8 +8,8 @@ on: permissions: read-all jobs: - binary: - name: Binary + cli: + name: Binary-CLI strategy: fail-fast: false matrix: @@ -30,7 +30,7 @@ jobs: retention-days: 30 server: - name: Server + name: Binary-Server strategy: fail-fast: false matrix: @@ -62,7 +62,8 @@ jobs: name: Release runs-on: ubuntu-latest needs: - - binary + - cli + - server permissions: contents: write issues: write diff --git a/.releaserc b/.releaserc index ab766ab..11a5240 100644 --- a/.releaserc +++ b/.releaserc @@ -18,13 +18,6 @@ "changelogFile": "docs/CHANGELOG.md" } ], - [ - "@semantic-release/git", - { - "assets": ["docs/CHANGELOG.md"], - "message": "feat(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" - } - ], [ "@semantic-release/github", {