Skip to content

Commit

Permalink
fix: include entry in release
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar committed Jun 1, 2023
1 parent a9e80c7 commit 9f9c5a8
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 @@ -19,7 +19,7 @@
"package.json",
"packages/*/package.json",
"!packages/*/README.md",
"packages/action/dist/index.cjs"
"packages/action/dist/index.js"
],
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}\n\n[skip ci]"
}
Expand Down

0 comments on commit 9f9c5a8

Please sign in to comment.