Skip to content

Commit

Permalink
fix(CHANGELOG): No file found
Browse files Browse the repository at this point in the history
  • Loading branch information
percebus committed Jul 17, 2024
1 parent 5608154 commit d2f3493
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .releaserc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,19 @@ export default {
},
],
[
"@semantic-release/git",
"@semantic-release/github",
{
assets: ["package.json"],
changelogFile: "CHANGELOG.md",
assets: [
{path: "CHANGELOG"}, // XXX?
{path: "dist/*.tgz"}
],
},
],
[
"@semantic-release/github",
"@semantic-release/git",
{
assets: "dist/*.tgz",
assets: ["package.json"],
changelogFile: "CHANGELOG.md",
},
],
],
Expand Down
Empty file added CHANGELOG.md
Empty file.

0 comments on commit d2f3493

Please sign in to comment.