Skip to content

Commit

Permalink
Possiblellama patch 1 (#144)
Browse files Browse the repository at this point in the history
* Update commit-main.yml

* Update .releaserc
  • Loading branch information
PossibleLlama authored Mar 10, 2024
1 parent efa4a8e commit dab0c19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/commit-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
permissions: read-all

jobs:
binary:
name: Binary
cli:
name: Binary-CLI
strategy:
fail-fast: false
matrix:
Expand All @@ -30,7 +30,7 @@ jobs:
retention-days: 30

server:
name: Server
name: Binary-Server
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -62,7 +62,8 @@ jobs:
name: Release
runs-on: ubuntu-latest
needs:
- binary
- cli
- server
permissions:
contents: write
issues: write
Expand Down
7 changes: 0 additions & 7 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -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",
{
Expand Down

0 comments on commit dab0c19

Please sign in to comment.