Skip to content

Commit

Permalink
docs: Include docs commits in patch release (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswilty authored Oct 18, 2024
1 parent 8c431c6 commit 02afd7a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@
"engines": {
"node": ">=18.17.0"
},
"release": {
"plugins": [
["@semantic-release/commit-analyzer", {
"releaseRules": [
{ "type": "docs", "release": "patch" }
]
}],
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github"
]
},
"publishConfig": {
"provenance": true
},
Expand Down

0 comments on commit 02afd7a

Please sign in to comment.