chore(release): 1.0.4
This commit is contained in:
parent
8a8a62792a
commit
6f70be4aed
1 changed files with 6 additions and 3 deletions
|
@ -25,9 +25,12 @@
|
||||||
"release": {
|
"release": {
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"@semantic-release/commit-analyzer",
|
"@semantic-release/commit-analyzer",
|
||||||
["@semantic-release/git", {
|
[
|
||||||
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
|
"@semantic-release/git",
|
||||||
}]
|
{
|
||||||
|
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
|
||||||
|
}
|
||||||
|
]
|
||||||
],
|
],
|
||||||
"publish": [
|
"publish": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue