Skip to content

Commit

Permalink
chore: fix @semantic-release/git buggy config
Browse files Browse the repository at this point in the history
More on this here: semantic-release/git#280
  • Loading branch information
micalevisk committed Feb 2, 2022
1 parent b0ea2b2 commit 8227aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json
Expand Up @@ -5,7 +5,7 @@
[
"@semantic-release/git",
{
"assets": false,
"assets": [],
"message": "chore(release): v${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
Expand Down

0 comments on commit 8227aab

Please sign in to comment.