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 a84186a commit 05b21e3Copy full SHA for 05b21e3
.releaserc.json
@@ -1,3 +1,9 @@
1
{
2
- "branches": ["master"]
+ "branches": ["master"],
3
+ "plugins": [
4
+ ["@semantic-release/commit-analyzer", { "preset": "conventionalcommits" }],
5
+ ["@semantic-release/release-notes-generator", { "preset": "conventionalcommits" }],
6
+ "@semantic-release/npm",
7
+ "@semantic-release/github"
8
+ ]
9
}
0 commit comments