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
|
@ -28,7 +28,10 @@
|
||||||
},
|
},
|
||||||
"release": {
|
"release": {
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"@semantic-release/commit-analyzer",
|
"@semantic-release/commit-analyzer"
|
||||||
|
],
|
||||||
|
"prepare": [
|
||||||
|
"@semantic-release/npm",
|
||||||
[
|
[
|
||||||
"@google/semantic-release-replace-plugin",
|
"@google/semantic-release-replace-plugin",
|
||||||
{
|
{
|
||||||
|
@ -72,10 +75,7 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
|
||||||
],
|
],
|
||||||
"prepare": [
|
|
||||||
"@semantic-release/npm",
|
|
||||||
[
|
[
|
||||||
"@semantic-release/exec",
|
"@semantic-release/exec",
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue