Skip to content

Commit

Permalink
fix(semantic-release): remove release notes from release commit
Browse files Browse the repository at this point in the history
it breaks conventional commits format and the validation fails
  • Loading branch information
carpasse committed Feb 11, 2024
1 parent 8c9be8a commit e021736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"package-lock.json",
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"message": "chore(release): ${nextRelease.version} [skip ci]"
}
],
"@semantic-release/github"
Expand Down

0 comments on commit e021736

Please sign in to comment.