Skip to content

Commit 77e5efc

Browse files
committed
chore(release): patch release for 'DEPRECATED' message
1 parent a5b3dfe commit 77e5efc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

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

0 commit comments

Comments
 (0)