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 a4547aa commit 668e75bCopy full SHA for 668e75b
.releaserc.json
@@ -1,5 +1,14 @@
1
{
2
- "branch" : "master",
3
- "repositoryUrl" : "https://github.com/digithinkit/bloomstack_core/",
4
- "plugins" : ["@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/github"]
+ "branch": "master",
+ "repositoryUrl": "https://github.com/digithinkit/bloomstack_core/",
+ "plugins": [
5
+ "@semantic-release/commit-analyzer",
6
+ "@semantic-release/release-notes-generator",
7
+ [
8
+ "@semantic-release/github",
9
+ {
10
+ "successComment": false
11
+ }
12
+ ]
13
14
}
0 commit comments