Skip to content

Commit

Permalink
Update .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
Disane87 authored Oct 5, 2023
1 parent fa2acff commit 4ae3bd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
{
"message": "chore(release): 📢 ${nextRelease.version}\n\n${nextRelease.notes}",
"assets": [
"hacs.json",
"CHANGELOG.md",
"README.md"
]
Expand All @@ -112,7 +113,7 @@
"@semantic-release/github",
{
"assets": [
"./dist/*.zip"
"dist/*.zip"
],
"fail": true
}
Expand Down

0 comments on commit 4ae3bd5

Please sign in to comment.