Skip to content

Commit

Permalink
chore: fix @semantic-release/git package configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOricil committed Jan 29, 2024
1 parent 65705bf commit 80dd0e5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
{
"@semantic-release/git": {
[
"@semantic-release/git",
{
"assets": ["package.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci] ${nextRelease.notes}"
}
},
],
[
"@semantic-release/github",
{
Expand Down

0 comments on commit 80dd0e5

Please sign in to comment.