We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9650214 + 5d5cf73 commit ec8785fCopy full SHA for ec8785f
1 file changed
.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