Skip to content

Commit 0ee922b

Browse files
authored
ci: Fix auto-release (#475)
1 parent 89d07e5 commit 0ee922b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.releaserc.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,8 @@ function getReleaseComment() {
119119
return comment;
120120
}
121121

122-
module.exports = config();
122+
// For CommonJS use:
123+
// module.exports = config();
124+
125+
// For ES6 modules use:
126+
export default config();

0 commit comments

Comments
 (0)