fix: Repair semantic-release-replace config
This commit is contained in:
parent
b3539cd900
commit
537300644f
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
@ -28,7 +28,10 @@
|
|||
},
|
||||
"release": {
|
||||
"plugins": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/commit-analyzer"
|
||||
],
|
||||
"prepare": [
|
||||
"@semantic-release/npm",
|
||||
[
|
||||
"@google/semantic-release-replace-plugin",
|
||||
{
|
||||
|
@ -66,10 +69,7 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"prepare": [
|
||||
"@semantic-release/npm",
|
||||
],
|
||||
[
|
||||
"@semantic-release/exec",
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue