Skip to content

Commit

Permalink
chore: fix @semantic-release/git package configuration (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOricil committed Jan 29, 2024
2 parents 65705bf + 80dd0e5 commit b0e37b5
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 b0e37b5

Please sign in to comment.