Skip to content

Commit

Permalink
fix(Version sync in git): Adjustment to releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswienecke committed Apr 5, 2023
1 parent 54f5420 commit e0a555e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[
"@semantic-release/git",
{
"assets": ["dist/**/*.{js,css}", "docs", "package.json"],
"assets": ["package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
},
],
Expand Down

0 comments on commit e0a555e

Please sign in to comment.