Skip to content

Commit

Permalink
chore(ci): remove unused semantic-release plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Aug 14, 2024
1 parent cdfe818 commit 4f9e26b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
- run: >
npx
-p "@semantic-release/commit-analyzer"
-p "@semantic-release/exec"
-p "@codedependant/semantic-release-docker"
-p "@semantic-release/release-notes-generator"
-p conventional-changelog-conventionalcommits
-p semantic-release
Expand Down
26 changes: 12 additions & 14 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{
"branches": ["master"],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
[
"@semantic-release/github"
],
"@semantic-release/npm",
"@semantic-release/release-notes-generator"
]
"branches": ["master"],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
["@semantic-release/github"],
"@semantic-release/npm",
"@semantic-release/release-notes-generator"
]
}

0 comments on commit 4f9e26b

Please sign in to comment.