Skip to content

Commit

Permalink
chore: remove unnessesarry plugins from projects release config
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljancar committed Jun 19, 2024
1 parent 1b142a4 commit 76e08cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions apps/admin-ui/.releaserc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
"branches": ["master"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/git"
],
"plugins": ["@semantic-release/npm", "@semantic-release/git"],
"preset": "react",
"npmPublish": true
}
8 changes: 1 addition & 7 deletions apps/course/.releaserc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
"branches": ["master"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/git"
],
"plugins": ["@semantic-release/npm", "@semantic-release/git"],
"preset": "angular",
"npmPublish": true
}

0 comments on commit 76e08cf

Please sign in to comment.