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 ff2c518 commit a7736f8Copy full SHA for a7736f8
.releaserc.json
@@ -2,7 +2,7 @@
2
"branches": [
3
"master"
4
],
5
- "tagFormat": "v${version}",
+ "tagFormat": "v${version}-production",
6
"plugins": [
7
"@semantic-release/commit-analyzer",
8
"@semantic-release/release-notes-generator",
@@ -13,6 +13,12 @@
13
"packageJsonPath": "./package.json"
14
}
15
16
+ [
17
+ "@semantic-release/npm",
18
+ {
19
+ "npmPublish": false
20
+ }
21
+ ],
22
[
23
"@semantic-release/git",
24
{
@@ -24,12 +30,6 @@
30
"message": "chore(release): ${nextRelease.version} [skip ci]"
25
31
26
32
27
- [
28
- "@semantic-release/npm",
29
- {
- "npmPublish": false
- }
- ],
33
"@semantic-release/github"
34
]
35
0 commit comments