Skip to content

Commit b9e57c3

Browse files
committed
chore(release): remove release rule for deprecated
1 parent 77e5efc commit b9e57c3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,7 @@
3232
],
3333
"tagFormat": "${version}",
3434
"plugins": [
35-
["@semantic-release/commit-analyzer", {
36-
"preset": "angular",
37-
"releaseRules": [
38-
{
39-
"message": "*DEPRECATED*",
40-
"release": "patch"
41-
}
42-
]
43-
}],
35+
"@semantic-release/commit-analyzer",
4436
"@semantic-release/release-notes-generator",
4537
"@semantic-release/npm",
4638
"@semantic-release/github"

0 commit comments

Comments
 (0)