Skip to content

Commit 02afd7a

Browse files
authored
docs: Include docs commits in patch release (#116)
1 parent 8c431c6 commit 02afd7a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: package.json

+12
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,18 @@
4747
"engines": {
4848
"node": ">=18.17.0"
4949
},
50+
"release": {
51+
"plugins": [
52+
["@semantic-release/commit-analyzer", {
53+
"releaseRules": [
54+
{ "type": "docs", "release": "patch" }
55+
]
56+
}],
57+
"@semantic-release/release-notes-generator",
58+
"@semantic-release/npm",
59+
"@semantic-release/github"
60+
]
61+
},
5062
"publishConfig": {
5163
"provenance": true
5264
},

0 commit comments

Comments
 (0)