Skip to content

Commit 522f9f3

Browse files
committed
ci: include docs in release rules
1 parent 6937a25 commit 522f9f3

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.releaserc.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
22
"plugins": [
3-
"@semantic-release/commit-analyzer",
3+
[
4+
"@semantic-release/commit-analyzer",
5+
{
6+
"preset": "angular",
7+
"releaseRules": [
8+
{"type": "docs", "scope":"readme", "release": "patch"},
9+
{"type": "docs", "scope":"nvim", "release": "patch"},
10+
],
11+
}
12+
],
413
"@semantic-release/release-notes-generator",
514
[
615
"@semantic-release/github",

0 commit comments

Comments
 (0)