Skip to content

Commit

Permalink
chore: set assets to [], not false
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 13, 2022
1 parent 408dc52 commit f20fb31
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 @@ -14,7 +14,7 @@
[
"@semantic-release/git",
{
"assets": false,
"assets": [],
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}
]
Expand Down

0 comments on commit f20fb31

Please sign in to comment.