Skip to content

Commit

Permalink
ci: Fix auto-release (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Jul 12, 2024
1 parent 89d07e5 commit 0ee922b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,8 @@ function getReleaseComment() {
return comment;
}

module.exports = config();
// For CommonJS use:
// module.exports = config();

// For ES6 modules use:
export default config();

0 comments on commit 0ee922b

Please sign in to comment.