Skip to content
Snippets Groups Projects
Commit edb2d2a2 authored by Alissa Cheng's avatar Alissa Cheng
Browse files

Merge branch 'commit-body-line-length' into 'main'

fix: remove release notes from commit msg

See merge request !15
parents 546ea173 0e6c1d87
Branches
Tags
1 merge request!15fix: remove release notes from commit msg
Pipeline #66181 passed
......@@ -55,7 +55,7 @@
[
"@semantic-release/git",
{
"message": "chore(release): v${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"message": "chore(release): v${nextRelease.version} [skip ci]"
}
],
[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment