Skip to content

Commit

Permalink
fix: install semantic changelog library
Browse files Browse the repository at this point in the history
  • Loading branch information
elmouradiaminedev committed Feb 11, 2024
1 parent 41fc7ec commit 51fbbff
Show file tree
Hide file tree
Showing 3 changed files with 8,061 additions and 1,556 deletions.
17 changes: 2 additions & 15 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,23 +1,10 @@
{
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{ "type": "refactor", "release": false },
{ "type": "style", "release": "patch" },
{ "scope": "no-release", "release": false },
{ "scope": "cli", "release": "patch" },
{ "scope": "patch", "release": "patch" },
{ "scope": "minor", "release": "patch" }
]
}
],
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/git"
]
}
}
Loading

0 comments on commit 51fbbff

Please sign in to comment.