Skip to content

Commit

Permalink
chore(ci): remove git edit plugins from semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
smellai committed Jul 4, 2024
1 parent 14c050b commit d944115
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ on:
push:
branches:
- main
- beta
jobs:
release:
permissions:
contents: write
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
Expand Down
15 changes: 3 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
},
"release": {
"branches": [
"main"
"main",
"beta"
],
"plugins": [
[
Expand Down Expand Up @@ -127,17 +128,7 @@
}
}
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
"@semantic-release/npm"
]
},
"volta": {
Expand Down

0 comments on commit d944115

Please sign in to comment.