Skip to content

Commit a7736f8

Browse files
committed
feat(deps): change pipe order
1 parent ff2c518 commit a7736f8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.releaserc.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"branches": [
33
"master"
44
],
5-
"tagFormat": "v${version}",
5+
"tagFormat": "v${version}-production",
66
"plugins": [
77
"@semantic-release/commit-analyzer",
88
"@semantic-release/release-notes-generator",
@@ -13,6 +13,12 @@
1313
"packageJsonPath": "./package.json"
1414
}
1515
],
16+
[
17+
"@semantic-release/npm",
18+
{
19+
"npmPublish": false
20+
}
21+
],
1622
[
1723
"@semantic-release/git",
1824
{
@@ -24,12 +30,6 @@
2430
"message": "chore(release): ${nextRelease.version} [skip ci]"
2531
}
2632
],
27-
[
28-
"@semantic-release/npm",
29-
{
30-
"npmPublish": false
31-
}
32-
],
3333
"@semantic-release/github"
3434
]
3535
}

0 commit comments

Comments
 (0)