We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e70cc22 + 8918593 commit 4c842e0Copy full SHA for 4c842e0
1 file changed
.releaserc
@@ -1,10 +1,18 @@
1
{
2
"tagFormat": "${version}",
3
"branch": "master",
4
+ "plugins": [
5
+ "@semantic-release/changelog",
6
+ "@semantic-release/git",
7
+ "@semantic-release/github",
8
+ "@open-rpc/semantic-release-plugin",
9
+ "@qiwi/semantic-release-gh-pages-plugin"
10
+ ],
11
"verifyConditions": [
12
"@semantic-release/changelog",
13
"@semantic-release/git",
- "@semantic-release/github"
14
15
+ "@open-rpc/semantic-release-plugin"
16
],
17
"prepare": [
18
@@ -32,4 +40,4 @@
32
40
"fail": [
33
41
"@semantic-release/github"
34
42
]
35
-}
43
+}
0 commit comments