chore(workflows): remove notes from release commit

This commit is contained in:
Alexander Shelepenok 2022-04-16 15:47:39 +00:00
parent ac50958577
commit 87b75f3006

View File

@ -52,7 +52,7 @@
"@semantic-release/git",
{
"assets": ["package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"message": "chore(release): ${nextRelease.version} [skip ci]"
}
]
]