We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c610903 commit bc73083Copy full SHA for bc73083
.releaserc
@@ -1,6 +1,10 @@
1
{
2
"plugins": [
3
- "@semantic-release/commit-analyzer",
+ ["@semantic-release/commit-analyzer", {
4
+ "releaseRules": [
5
+ {"type": "docs", "scope": "xml", "release": "patch"}
6
+ ]
7
+ }],
8
"@semantic-release/release-notes-generator",
9
["@semantic-release/github", {
10
"assets": [
0 commit comments