Merge branch 'f-version-sync' into 'master'
fix: Repair semantic-release-replace config See merge request mythic-insight/legendary!45
This commit is contained in:
commit
ec11b6ee0c
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",
|
||||
{
|
||||
|
@ -72,10 +75,7 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"prepare": [
|
||||
"@semantic-release/npm",
|
||||
],
|
||||
[
|
||||
"@semantic-release/exec",
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue