Skip to content

Commit

Permalink
chore(config): remove release notes from commit message created with …
Browse files Browse the repository at this point in the history
…@semantic-release/git

release notes made the commit message too long which was raising errors with commitlint
  • Loading branch information
rodrigo-md committed Oct 18, 2022
1 parent 9c53a67 commit 7b88119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@semantic-release/npm",
["@semantic-release/git", {
"assets": ["package.json", "yarn.lock"],
"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 7b88119

Please sign in to comment.